SET_PED_CAPSULE
Overrides the ped's collision capsule radius for the current tick. Must be called every tick to be effective. Setting this to 0.001 will allow warping through some objects.
PEDBuild 1207
Signature
lua
SetPedCapsule(PlayerPedId(), 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| float | — |
Usage
lua
SetPedCapsule(PlayerPedId(), 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
