You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,7 @@ public float OdometerM
379
379
publicdouble?DynamicBrakeCommandStartTime;
380
380
protectedboolDynamicBrakeBlendingOverride;// true when DB lever >0% should always override the blending. When false, the bigger command is applied.
381
381
protectedboolDynamicBrakeBlendingForceMatch=true;// if true, dynamic brake blending tries to achieve the same braking force as the airbrake would have.
382
+
protectedboolDynamicBrakeControllerSetupLock;// if true if dynamic brake lever will lock until dynamic brake is available
0 commit comments