IsVehicleTyreBurst — FiveM Natives
0xBA291848A0815CA9 · VEHICLE · all
``cpp enum eVehicleWheels { WHEEL_LF = 0, // Vehicle Left front WHEEL_RF = 1, // Vehicle Right front WHEEL_LM = 2, // Vehicle Left middle WHEEL_RM = 3, // Vehicle Right middle WHEEL_LR = 4, // Vehicle Left rear WHEEL_RR = 5, // Vehicle Right rear WHEEL_BF = 6, // Bike front WHEEL_BR = 7, // Bike rear MAX_WHEELS = 8 }; ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to check the tire status of |
| wheelID | int | The wheel id to check, see `eVehicleWheels` |
| isBurstToRim | BOOL | Whether it should only return `true` if the tire is bursted to its rims |
Returns
BOOL