GTA V NativesplayerPlayer::isInjuredOn this pagePlayer::isInjuredGets 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