diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-07-25 14:32:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-25 14:32:24 +0200 |
commit | 7d1dd54d8b50490e204f71a3782a344e9c75f046 (patch) | |
tree | 8f54c6da74360716f9e6e26622275d217a2b1a65 | |
parent | ffc8fb9c487a52a858fc9f6630bf2bc6e420e1bf (diff) | |
parent | 8ba50823c4715a43845207a28ad2f2051b6121e7 (diff) |
Merge pull request #30810 from Xrayez/doc-kinematic-test-only
Make KinematicBody docs consistent regarding `test_only` argument
-rw-r--r-- | doc/classes/KinematicBody2D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/KinematicBody2D.xml b/doc/classes/KinematicBody2D.xml index 39d84c6e31..22db9e3960 100644 --- a/doc/classes/KinematicBody2D.xml +++ b/doc/classes/KinematicBody2D.xml @@ -76,6 +76,7 @@ </argument> <description> Moves the body along the vector [code]rel_vec[/code]. The body will stop if it collides. Returns a [KinematicCollision2D], which contains information about the collision. + If [code]test_only[/code] is [code]true[/code], the body does not move but the would-be collision information is given. </description> </method> <method name="move_and_slide"> |