doc: Sync classref with current source
Fix various missing arguments in bindings.
This commit is contained in:
parent
fd16dd48cb
commit
391e46830f
119 changed files with 4265 additions and 163 deletions
|
|
@ -136,6 +136,14 @@
|
|||
Return the material of the tile.
|
||||
</description>
|
||||
</method>
|
||||
<method name="tile_get_modulate" qualifiers="const">
|
||||
<return type="Color">
|
||||
</return>
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="tile_get_name" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
|
|
@ -292,6 +300,16 @@
|
|||
Set the material of the tile.
|
||||
</description>
|
||||
</method>
|
||||
<method name="tile_set_modulate">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="color" type="Color">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="tile_set_name">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue