SetPedCanRagdoll
SetPedCanRagdoll
Client-Side Function
![]() |
![]() |
---|
See also: GetPedCanRagdoll, SetPedToRagdoll, CancelPedRagdoll, isPlayerRagdoll
Enables or disables Ragdoll for the local player.
Syntax
API.setPedCanRagdoll(bool canRagdoll);
Required Arguments
- canRagdoll: parameter input should be in bool type.
Usage example(s)
API.setPedCanRagdoll(bool canRagdoll);