IS_PED_IN_VEHICLE
Gets a value indicating whether the specified ped is in the specified vehicle.
PEDBuild 1207
Signature
lua
IsPedInVehicle(PlayerPedId(), GetVehiclePedIsIn(PlayerPedId(), false), true)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Vehicle | — | |
| BOOL | — |
Usage
lua
IsPedInVehicle(PlayerPedId(), GetVehiclePedIsIn(PlayerPedId(), false), true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
