Player::health

From RAGE Multiplayer Wiki
Revision as of 12:55, 30 April 2019 by RoboN1X (talk | contribs) (category)

This property using for getting or setting player health.

Setter

  • number health value (0 to 100)

Getter

  • number health value

Example

let playerHealth = player.health
player.health = 100

See Also