diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-12-08 17:09:47 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-12-08 17:09:47 -0300 |
commit | ff936c6b2e79ffe9c93b855f417803c157fa4922 (patch) | |
tree | 763f908a85271ec856c81c2828d0e9d2f7a58344 /doc | |
parent | c26f66abde5d2493be09ba7eeb9fcfae646b9fb7 (diff) | |
parent | 9457211f8fd673eb5ef7d32c7ddb0157d2735753 (diff) |
Merge pull request #2868 from akien-mga/pr-fix-can-move-to
Fix can_move_to and rename it for more clarity
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 15804b24cc..39b3791e84 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -15053,14 +15053,13 @@ returns:= "username=user&password=pass" <description> </description> </method> - <method name="can_move_to"> + <method name="can_teleport_to"> <return type="bool"> </return> <argument index="0" name="position" type="Vector3"> </argument> - <argument index="1" name="arg1" type="bool"> - </argument> <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> </method> <method name="is_colliding" qualifiers="const"> |