summaryrefslogtreecommitdiff
path: root/doc/classes/VehicleWheel3D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/VehicleWheel3D.xml')
-rw-r--r--doc/classes/VehicleWheel3D.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/classes/VehicleWheel3D.xml b/doc/classes/VehicleWheel3D.xml
index fb0cb03d1c..35f1189a06 100644
--- a/doc/classes/VehicleWheel3D.xml
+++ b/doc/classes/VehicleWheel3D.xml
@@ -12,22 +12,19 @@
</tutorials>
<methods>
<method name="get_rpm" qualifiers="const">
- <return type="float">
- </return>
+ <return type="float" />
<description>
Returns the rotational speed of the wheel in revolutions per minute.
</description>
</method>
<method name="get_skidinfo" qualifiers="const">
- <return type="float">
- </return>
+ <return type="float" />
<description>
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">
- <return type="bool">
- </return>
+ <return type="bool" />
<description>
Returns [code]true[/code] if this wheel is in contact with a surface.
</description>