Browse Source

Merge pull request #40605 from QbieShay/spring-arm-doc-fix

fixed documentation for get_hit_length of spring arm 3D
Rémi Verschelde 5 years ago
parent
commit
460a00619e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/SpringArm3D.xml

+ 1 - 1
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">