Player::isInjured

From RAGE Multiplayer Wiki

Gets a value indicating whether this ped's health is below its injured threshold.

The default threshold is 100.

Syntax

player.isInjured();

Required Arguments

Return value

  • Boolean

Example

// todo

See also