diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-22 14:21:04 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-22 14:21:04 +0100 |
commit | e57dfe26632beeaf65cf15352db57424f2094deb (patch) | |
tree | a4d3106a30b2bfa6bee9e9dbed9182fb292bd228 /doc/base | |
parent | f33d9dab5bf05356f9a2c882537e83390a710e0b (diff) |
Update doc for can_teleport_to
Diffstat (limited to 'doc/base')
-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 44a7cccfe5..ba29d534d7 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -15038,14 +15038,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"> |