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 d394472 commit 084b404Copy full SHA for 084b404
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