Skip to main content

Player::canRagdoll

Prevents 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​