mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Sync classref with current source
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user