Skip to main content

GetVehicleMaxBraking

Returns the vehicle's max braking.

  • model: parameter input should be in VehicleHash type

NOTE: This function returns the max braking in float type.

{{#tag:syntaxhighlight| float maxBraking = Vehicle.GetVehicleMaxBraking(VehicleHash model); |lang=csharp}} }}