Open Rails

ORRouteConfig.GetORItemForNode Method

[This is preliminary documentation and subject to change.]

Scan the current orRouteConfig and search for items related to the given node

public List<TrackCircuitElement> GetORItemForNode(
   int iNode,
   TrackNode[] trackNodes,
   TrackSectionsFile tsectiondat
);

Parameters

iNode
The current node index
trackNodes
The list of MSTS Track Nodes
tsectiondat
The list of MSTS Section datas

See Also

ORRouteConfig Class | Orts.Formats.OR Namespace