Skip to main content

Player::isInjured

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

The default threshold is 100.

Syntax

```js player.isInjured(); ```

Required Arguments

Return value

  • Boolean

Example

```js // todo ```

See also