Vehicle::bodyHealth: Difference between revisions
(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...") |
Kostya nad (talk | contribs) 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