Document the KinematicBody axis lock methods
This commit is contained in:
parent
2ebc783e9c
commit
3acbabca1e
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
<argument index="0" name="axis" type="int" enum="PhysicsServer.BodyAxis">
|
<argument index="0" name="axis" type="int" enum="PhysicsServer.BodyAxis">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Returns [code]true[/code] if the specified [code]axis[/code] is locked. See also [member move_lock_x], [member move_lock_y] and [member move_lock_z].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_floor_velocity" qualifiers="const">
|
<method name="get_floor_velocity" qualifiers="const">
|
||||||
|
@ -136,6 +137,7 @@
|
||||||
<argument index="1" name="lock" type="bool">
|
<argument index="1" name="lock" type="bool">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Locks or unlocks the specified [code]axis[/code] depending on the value of [code]lock[/code]. See also [member move_lock_x], [member move_lock_y] and [member move_lock_z].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="test_move">
|
<method name="test_move">
|
||||||
|
|
Loading…
Add table
Reference in a new issue