Vehicle::gear: Difference between revisions
(Created page with "{{Incomplete Functions}}") |
No edit summary |
||
| Line 1: | Line 1: | ||
'''Property-only''' | |||
=== '''Description''' === | |||
This property is used to get the vehicle's gear | |||
== Syntax == | |||
<syntaxhighlight lang="javascript"> | |||
let gear = vehicle.gear; | |||
</syntaxhighlight> | |||
Latest revision as of 23:23, 6 December 2017
Property-only
Description
This property is used to get the vehicle's gear
Syntax
let gear = vehicle.gear;