Skip to main content

Entity::setMaxHealth

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

Syntax

```js entity.setMaxHealth(value); ```

Required Arguments

  • value: int

Return value

  • Undefined

Example

```js // todo ```

See also