Skip to main content

SetVehicleEngineTorqueMultiplier

This function sets the engine torque multiplier of a vehicle. It activates when a player enters and starts driving the vehicle.

  • vehicle: parameter input should be in Vehicle type
  • mult: parameter input should be in float type

{{#tag:syntaxhighlight| Vehicle.SetVehicleEngineTorqueMultiplier(vehicle, 5.0f); |lang=csharp}} }}