GetVehicleMaxTraction
Returns the vehicle's max traction.
C# Syntax
float NAPI.Vehicle.GetVehicleMaxTraction(VehicleHash model);
Parameters
- model: parameter input should be in VehicleHash type
NOTE: This function returns the traction in float type.
Example
float maxTraction = NAPI.Vehicle.GetVehicleMaxTraction(model);