Entity::setMaxHealth

From RAGE Multiplayer Wiki
Revision as of 23:41, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For instance: ENTITY::SET_ENTITY_MAX_HEALTH(PLAYER::PLAYER_Player_ID(), 200); // director_mode.c4: 67849

Syntax

entity.setMaxHealth(value);

Required Arguments

  • value: int

Return value

  • Undefined

Example

// todo

See also