IS_VEHICLE_STOPPED
Returns true if the vehicle's current speed is less than, or equal to 0.0025f. For some vehicles it returns true if the current speed is <= 0.00039999999.
VEHICLEBuild 1207
Signature
lua
IsVehicleStopped(GetVehiclePedIsIn(PlayerPedId(), false))
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| Vehicle | — |
Usage
lua
IsVehicleStopped(GetVehiclePedIsIn(PlayerPedId(), false))Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
