summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-06-12 13:30:52 +0200
committerGitHub <noreply@github.com>2019-06-12 13:30:52 +0200
commit902212d8d4d2cc8f4748ff6ebc8a7f0e9ecd0ff5 (patch)
tree5fbe7b9208c1840c535fec378332656abb8d7476 /doc/classes
parent434a1fddf3afb890d56d09893a3d91b4402739ac (diff)
parente9b8ff273d98784273ec83ec89d50bb405f26583 (diff)
Merge pull request #29646 from tree786/patch-2
'get_skidinfo()' misleading description
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/VehicleWheel.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/VehicleWheel.xml b/doc/classes/VehicleWheel.xml
index c3b668c170..0bc0e351e4 100644
--- a/doc/classes/VehicleWheel.xml
+++ b/doc/classes/VehicleWheel.xml
@@ -19,7 +19,7 @@
<return type="float">
</return>
<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>
</method>
<method name="is_in_contact" qualifiers="const">