GetVehicleEnginePowerMultiplier
Returns the vehicle's engine power multiplier.
C# Syntax
float NAPI.Vehicle.GetVehicleEnginePowerMultiplier(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns the engine power multiplier in float type.
Example
float powerMultiplier = NAPI.Vehicle.GetVehicleEnginePowerMultiplier(vehicle);