C# Class CSL_Traffic.VehicleInfoExtensions

Show file Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
ApplySpeedMultiplier ( this vehicle, CarSpeedData data ) : void
RestoreVehicleSpeed ( this vehicle, CarSpeedData data ) : void

Method Details

ApplySpeedMultiplier() public static method

public static ApplySpeedMultiplier ( this vehicle, CarSpeedData data ) : void
vehicle this
data CarSpeedData
return void

RestoreVehicleSpeed() public static method

public static RestoreVehicleSpeed ( this vehicle, CarSpeedData data ) : void
vehicle this
data CarSpeedData
return void