GetVehicleEnginePowerMultiplier
Внешний вид
Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения This feature is currently not implemented server-side.
Returns the vehicle's engine power multiplier.
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
<syntaxhighlight lang="csharp"> float powerMultiplier = NAPI.Vehicle.GetVehicleEnginePowerMultiplier(vehicle); </syntaxhighlight>