wheelsType
Used to get
the total wheel types for this vehicle.
Returns a number
.
Declaration
vehicle.wheelsType: number;
Usage
const typeCount = vehicle.wheelsType;
Real World Example
const vehicle = new alt.Vehicle('police', 0, 0, 0, 0, 0, 0);
const typeCount = vehicle.wheelsType;
These examples assume you have vehicle created or available on server-side