GTA V NativesplayerPlayer::isRagdollOn this pagePlayer::isRagdollIf the ped handle passed through the parenthesis is in a ragdoll state this will return true. -UNBOUND- Syntax ```js player.isRagdoll(); ``` Required Arguments Return value Boolean Example ```js // todo ``` See also