Home
last modified time | relevance | path

Searched refs:motorDeceleration (Results 1 – 7 of 7) sorted by relevance

/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/Brake/AirBrake/
H A DElectricCommandBrake.cs16 motorDeceleration = MotorDeceleration; in ElectricCommandBrake()
60 double a = motorDeceleration; in Update()
H A DElectromagneticStraightAirBrake.cs16 motorDeceleration = MotorDeceleration; in ElectromagneticStraightAirBrake()
156 double a = motorDeceleration; in Update()
H A DAutomaticAirBrake.cs15 motorDeceleration = MotorDeceleration; in AutomaticAirBrake()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/Car/Systems/
H A DHoldBrake.cs36 double a = Car.CarBrake.motorDeceleration; in Update()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/Brake/
H A DCarBrake.cs43 public double motorDeceleration; field in TrainManager.BrakeSystems.CarBrake
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Game/AI/
H A DAI.SimpleHuman.cs395 …rain.Cars[Train.DriverCar].CarBrake.motorDeceleration != 0 && Train.Cars[Train.DriverCar].CarBrake… in PerformDefault()
397 BrakeDeceleration = Train.Cars[Train.DriverCar].CarBrake.motorDeceleration; in PerformDefault()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/Train/
H A DBrakeSystem.cs197 double a = Cars[CarIndex].CarBrake.motorDeceleration; in UpdateBrakeSystem()