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