From 8ba50823c4715a43845207a28ad2f2051b6121e7 Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Thu, 25 Jul 2019 14:46:12 +0300 Subject: Make KinematicBody docs consistent regarding `test_only` argument This simply makes the `move_and_collide` method descriptions in both 2D and 3D to be in sync. Co-authored-by: 2DemiGods <2DemiGods@users.noreply.github.com> --- doc/classes/KinematicBody2D.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes/KinematicBody2D.xml') 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 @@ 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. -- cgit v1.2.3