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 09af7ab commit 0b686cfCopy full SHA for 0b686cf
Source/Orts.Simulation/Simulation/Transfertables.cs
@@ -57,6 +57,9 @@ public class Transfertable : MovingTable
57
58
protected Transfertable(STFReader stf, Simulator simulator) : base(stf, simulator) { }
59
60
+ /// <summary>
61
+ /// Create a transfer table from an STF definition block.
62
+ /// </summary>
63
public static Transfertable CreateFrom(STFReader stf, Simulator simulator)
64
{
65
var worldPosition = new WorldPosition();
0 commit comments