GetVehicleWheelType
Returns vehicle wheel type.
C# Syntax
int NAPI.Vehicle.GetVehicleWheelType(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns data in int type.
Example
NAPI.Vehicle.GetVehicleWheelType(vehicle);