Vehicle::bodyHealth: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "This functions using for getting or setting body health. '''Note: this property is read-only.''' == Example == <source lang="javascript"> let bodyHealth = vehicle.bodyHealth...")
 
No edit summary
 
Line 1: Line 1:
This functions using for getting or setting body health.
This functions using for getting or setting body 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 bodyHealth = vehicle.bodyHealth
let bodyHealth = vehicle.bodyHealth
</source>
</source>

Latest revision as of 17:45, 23 October 2017

This functions using for getting or setting body health.

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

Example

let bodyHealth = vehicle.bodyHealth