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.
10 parents 21f7fe6 + d394472 + d00beb9 + 776d6df + f8dbeab + 43bf33e + f92de76 + 90b5712 + 5a0ff7b + 084b404 commit c3d00fdCopy full SHA for c3d00fd
Source/Orts.Formats.Msts/TrackDatabaseFile.cs
@@ -902,7 +902,7 @@ public enum trItemType
902
public float PX { get; set; }
903
/// <summary>Appears to be a copy of X in Sdata, but only for X and Z</summary>
904
public float PZ { get; set; }
905
- /// <summary>Extra data 1, related to location along section</summary>
+ /// <summary>Distance of a track item along its containing track section and measured from the origin of the section</summary>
906
public float SData1 { get; set; }
907
/// <summary>Extra data 2</summary>
908
public string SData2 { get; set; }
0 commit comments