doc: Sync classref with current source
This commit is contained in:
parent
679b64fe48
commit
15ada56d73
31 changed files with 406 additions and 298 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="get_collision_layer" qualifiers="const">
|
||||
<method name="get_collision_mask" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
|
|
@ -27,12 +27,6 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_object_type_mask" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_shape_rid" qualifiers="const">
|
||||
<return type="RID">
|
||||
</return>
|
||||
|
|
@ -45,10 +39,10 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_collision_layer">
|
||||
<method name="set_collision_mask">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="collision_layer" type="int">
|
||||
<argument index="0" name="collision_mask" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
|
|
@ -69,14 +63,6 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_object_type_mask">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="object_type_mask" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_shape">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue