doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-08-29 22:25:11 +02:00
parent cf834a22dc
commit 5267099a87
21 changed files with 416 additions and 35 deletions
+22
View File
@@ -215,6 +215,16 @@
<description>
</description>
</method>
<method name="tile_get_shape_offset" qualifiers="const">
<return type="Vector2">
</return>
<argument index="0" name="id" type="int">
</argument>
<argument index="1" name="shape_id" type="int">
</argument>
<description>
</description>
</method>
<method name="tile_get_shape_one_way" qualifiers="const">
<return type="bool">
</return>
@@ -389,6 +399,18 @@
<description>
</description>
</method>
<method name="tile_set_shape_offset">
<return type="void">
</return>
<argument index="0" name="id" type="int">
</argument>
<argument index="1" name="shape_id" type="int">
</argument>
<argument index="2" name="shape_offset" type="Vector2">
</argument>
<description>
</description>
</method>
<method name="tile_set_shape_one_way">
<return type="void">
</return>