GetVehicleEngineTorqueMultiplier
Returns the vehicle's engine torque multiplier.
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns the torque multiplier in float type.
{{#tag:syntaxhighlight| float torque = Vehicle.GetVehicleEngineTorqueMultiplier(vehicle); |lang=csharp}} }}