Vehicle::engine: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "This property returns enging state. '''Note: this property is read-only.''' == Example == <source lang="javascript"> let engineEnabled = vehicle.engine </source>")
 
No edit summary
Line 1: Line 1:
This property returns enging state.
This property returns engine state.


'''Note: this property is read-only.'''
'''Note: this property is read-only.'''

Revision as of 18:49, 5 January 2017

This property returns engine state.

Note: this property is read-only.

Example

let engineEnabled = vehicle.engine