Description: returns true if any wheel is destroyed/detached
| Property | Value |
|---|---|
| Native Name | _ARE_ANY_VEHICLE_WHEELS_DESTROYED |
| Hash | 0x18714953CCED17D3 |
| Return Type | BOOL |
| API Set | client |
| Build | 1207 |
| Parameters | vehicle (Vehicle) |
Parameters
vehicle(Vehicle)
Usage
Lua (Direct):
local result = AreAnyVehicleWheelsDestroyed(vehicle)
Lua (Hash):
local result = Citizen.InvokeNative(0x18714953CCED17D3, vehicle)