GTA V NativesplayerPlayer::canRagdollOn this pagePlayer::canRagdollPrevents the ped from going limp. [Example: Can prevent peds from falling when standing on moving vehicles.] Edited by: Enumerator Syntax ```js player.canRagdoll(); ``` Required Arguments Return value Boolean Example ```js // todo ``` See also