Player::isFatallyInjured
MulleDK19: Gets a value indicating whether this ped's health is below its fatally injured threshold. The default threshold is 100. If the handle is invalid, the function returns true.
Syntax
```js player.isFatallyInjured(); ```
Required Arguments
Return value
- Boolean
Example
```js // todo ```