_RECOVER_DRAFT_VEHICLE_FALLING_LOG
Returns the log prop entity that is currently detaching/falling from a draft (log) wagon. Returns 0 if no log is in the falling phase. R* scripts call this repeatedly to fetch each fallen piece, then apply forces to it.
VEHICLEBuild 1207
Signature
lua
RecoverDraftVehicleFallingLog(GetVehiclePedIsIn(PlayerPedId(), false))
-- returns AnyParameters
| Name | Type | Description |
|---|---|---|
| Vehicle | — |
Usage
lua
RecoverDraftVehicleFallingLog(GetVehiclePedIsIn(PlayerPedId(), false))Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
