Update doc for can_teleport_to
This commit is contained in:
parent
f33d9dab5b
commit
e57dfe2663
@ -15038,14 +15038,13 @@ returns:= "username=user&password=pass"
|
|||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="can_move_to">
|
<method name="can_teleport_to">
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<argument index="0" name="position" type="Vector3">
|
<argument index="0" name="position" type="Vector3">
|
||||||
</argument>
|
</argument>
|
||||||
<argument index="1" name="arg1" type="bool">
|
|
||||||
</argument>
|
|
||||||
<description>
|
<description>
|
||||||
|
Returns whether the KinematicBody can be teleported to the destination given as an argument, checking all collision shapes of the body against potential colliders at the destination.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_colliding" qualifiers="const">
|
<method name="is_colliding" qualifiers="const">
|
||||||
|
Loading…
Reference in New Issue
Block a user