diff options
author | QbieShay <cislaghi.ilaria@gmail.com> | 2020-07-22 21:02:10 +0200 |
---|---|---|
committer | QbieShay <cislaghi.ilaria@gmail.com> | 2020-07-22 23:08:37 +0200 |
commit | d1bff73611bb31e3d9b952d55cd00c7bbf43b12e (patch) | |
tree | 81ec6c361f84bb1a7569954f0ac2c88770ee8c4d /doc/classes | |
parent | 0cd98ec7e13038d09a77cf821e930be79026f943 (diff) |
fixed documentation for get_hit_length of spring arm 3D
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/SpringArm3D.xml | 2 |
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"> |