From 53a3476fc2148cdf7f59289f51073c7f69878569 Mon Sep 17 00:00:00 2001 From: QbieShay Date: Wed, 22 Jul 2020 21:02:10 +0200 Subject: [PATCH] fixed documentation for get_hit_length of spring arm 3D Co-authored-by: Hugo Locurcio (cherry picked from commit d1bff73611bb31e3d9b952d55cd00c7bbf43b12e) --- doc/classes/SpringArm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/SpringArm.xml b/doc/classes/SpringArm.xml index f72156b3ade..6fc3cd187bb 100644 --- a/doc/classes/SpringArm.xml +++ b/doc/classes/SpringArm.xml @@ -32,7 +32,7 @@ - Returns the proportion between the current arm length (after checking for collisions) and the [member spring_length]. Ranges from 0 to 1. + Returns the spring arm's current length.