summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-07-23 10:34:16 +0200
committerGitHub <noreply@github.com>2020-07-23 10:34:16 +0200
commit460a00619e3da9cb0166d065a3ee893436c7331f (patch)
tree4b889b50a699c85952841def39030a11a42a016e /doc/classes
parent2267caa4a11590a0cd2d71ba47210935bd9bb74d (diff)
parentd1bff73611bb31e3d9b952d55cd00c7bbf43b12e (diff)
Merge pull request #40605 from QbieShay/spring-arm-doc-fix
fixed documentation for get_hit_length of spring arm 3D
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/SpringArm3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SpringArm3D.xml b/doc/classes/SpringArm3D.xml
index 8305494c2b..15caff9eeb 100644
--- a/doc/classes/SpringArm3D.xml
+++ b/doc/classes/SpringArm3D.xml
@@ -32,7 +32,7 @@
<return type="float">
</return>
<description>
- 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.
</description>
</method>
<method name="remove_excluded_object">