GetVehicleWheelType — FiveM Natives
0xB3ED1BFB4BE636DC · VEHICLE · all
``cpp enum eVehicleWheelType { VWT_SPORT = 0, VWT_MUSCLE = 1, VWT_LOWRIDER = 2, VWT_SUV = 3, VWT_OFFROAD = 4, VWT_TUNER = 5, VWT_BIKE = 6, VWT_HIEND = 7, // Benny's Original VWT_SUPERMOD1 = 8, // Benny's Bespoke VWT_SUPERMOD2 = 9, // Open Wheel VWT_SUPERMOD3 = 10, // Street VWT_SUPERMOD4 = 11, // Track VWT_SUPERMOD5 = 12, }; ``
Parameters
| Name | Type |
|---|---|
| vehicle | Vehicle |
Returns
int