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
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This functions using for getting or setting engine health.
This functions using for getting 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>

Latest revision as of 16:35, 18 March 2018

This functions using for getting engine health.

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

Example

let engineHealth = vehicle.engineHealth