Open Rails

TrackDB.AddTrItems Method

[This is preliminary documentation and subject to change.]

Add a number of TrItems (Track Items), created outside of the file, to the table of TrItems. This will also set the ID of the TrItems (since that gives the index in that array)

public void AddTrItems(
   TrItem[] newTrItems
);

Parameters

newTrItems
The array of new items.

See Also

TrackDB Class | Orts.Formats.Msts Namespace