Browse Source

Merge pull request #29646 from tree786/patch-2

'get_skidinfo()' misleading description
Rémi Verschelde 6 years ago
parent
commit
902212d8d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/VehicleWheel.xml

+ 1 - 1
doc/classes/VehicleWheel.xml

@@ -19,7 +19,7 @@
 			<return type="float">
 			<return type="float">
 			</return>
 			</return>
 			<description>
 			<description>
-				Returns a value between 0.0 and 1.0 that indicates whether this wheel is skidding. 0.0 is not skidding, 1.0 means the wheel has lost grip.
+				Returns a value between 0.0 and 1.0 that indicates whether this wheel is skidding. 0.0 is skidding (the wheel has lost grip, e.g. icy terrain), 1.0 means not skidding (the wheel has full grip, e.g. dry asphalt road).
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="is_in_contact" qualifiers="const">
 		<method name="is_in_contact" qualifiers="const">