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 386b83c commit ac836f1Copy full SHA for ac836f1
Source/Orts.Simulation/Common/Scripting/PowerSupply/LocomotivePowerSupply.cs
@@ -156,6 +156,11 @@ protected float MaxThrottlePercent
156
/// </summary>
157
protected float ThrottlePercent() => Locomotive.ThrottlePercent;
158
159
+ /// <summary>
160
+ /// Locomotive direction.
161
+ /// </summary>
162
+ protected Direction CurrentDirection() => Locomotive.Direction;
163
+
164
/// <summary>
165
/// Main supply power on delay
166
0 commit comments