Skip to main content

GetVehicleEnginePowerMultiplier

Returns the vehicle's engine power multiplier.

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the engine power multiplier in float type.

{{#tag:syntaxhighlight| float powerMultiplier = Vehicle.GetVehicleEnginePowerMultiplier(vehicle); |lang=csharp}} }}