From 3acbabca1ef5cbca75b8b8dbf830ea5cbd2d3b5e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 9 Dec 2019 13:45:12 +0100 Subject: Document the KinematicBody axis lock methods --- doc/classes/KinematicBody.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/classes/KinematicBody.xml') diff --git a/doc/classes/KinematicBody.xml b/doc/classes/KinematicBody.xml index 8404c7429c..164932749f 100644 --- a/doc/classes/KinematicBody.xml +++ b/doc/classes/KinematicBody.xml @@ -18,6 +18,7 @@ + Returns [code]true[/code] if the specified [code]axis[/code] is locked. See also [member move_lock_x], [member move_lock_y] and [member move_lock_z]. @@ -136,6 +137,7 @@ + Locks or unlocks the specified [code]axis[/code] depending on the value of [code]lock[/code]. See also [member move_lock_x], [member move_lock_y] and [member move_lock_z]. -- cgit v1.2.3