We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2634ac3 commit ee539e3Copy full SHA for ee539e3
Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
@@ -478,6 +478,15 @@ public float OdometerM
478
public float ThrottleIntervention = -1;
479
public float DynamicBrakeIntervention = -1;
480
481
+ public enum SteamLocomotiveFuelTypes
482
+ {
483
+ Unknown,
484
+ Oil,
485
+ Wood, // not used at the moment
486
+ Coal, // defaults to coal
487
+ }
488
+
489
+ public SteamLocomotiveFuelTypes SteamLocomotiveFuelType;
490
public enum TractionMotorTypes
491
{
492
DC,
0 commit comments