SET_PED_RAGDOLL_ON_COLLISION
Causes Ped to ragdoll on collision with any object (e.g Running into trashcan). If applied to player you will sometimes trip on the sidewalk.
PEDBuild 1207
Signature
lua
SetPedRagdollOnCollision(PlayerPedId(), true, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| BOOL | — | |
| BOOL | — |
Usage
lua
SetPedRagdollOnCollision(PlayerPedId(), true, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
