Vehicle::engineHealth: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "This functions using for getting or setting engine health. '''Note: this property is read-only.''' == Example == <source lang="javascript"> let engineHealth = vehicle.engineH...")
 
No edit summary
Line 1: Line 1:
This functions using for getting or setting engine health.
This functions using for getting or setting engine health.


'''Note: this property is read-only.'''
'''Note: this property is read-only. For edit health use [[Vehicle::repair]]'''
== Example ==
== Example ==
<source lang="javascript">
<source lang="javascript">
let engineHealth = vehicle.engineHealth
let engineHealth = vehicle.engineHealth
</source>
</source>

Revision as of 17:44, 23 October 2017

This functions using for getting or setting engine health.

Note: this property is read-only. For edit health use Vehicle::repair

Example

let engineHealth = vehicle.engineHealth