Fix missing argument names in bindings
While at it, tweak some boolean setters to use `p_enabled` for the bool. Also renames `draw_minimap()` to `set_draw_minimap()`.
This commit is contained in:
@@ -374,7 +374,7 @@
|
||||
</method>
|
||||
<method name="get_memory_usage" qualifiers="const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="arg0" type="int" enum="RenderingDevice.MemoryType" />
|
||||
<argument index="0" name="type" type="int" enum="RenderingDevice.MemoryType" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user