Open Rails

TrackNode Properties

The properties of the TrackNode class are listed below. For a complete list of TrackNode class members, see the TrackNode Members topic.

Public Instance Properties

IndexThe index in the array of tracknodes.
InpinsNumber of outgoing pins (connections to other tracknodes)
OutpinsNumber of outgoing pins (connections to other tracknodes)
Reduced??? (needed for ActivityEditor, but not used here, so why is it defined here?)
TrEndNode True when this TrackNode has nothing else connected to it (that is, it is a buffer end or an unfinished track) and trains cannot proceed beyond here.
TrJunctionNode If this is a junction, this contains a link to a TrJunctionNode that contains the details about the junction. null otherwise.
TrVectorNode If this is a vector nodes, this contains a link to a TrVectorNode that contains the details about the vector null otherwise.
UiD'Universal Id', containing location information. Only provided for TrJunctionNode and TrEndNode type of TrackNodes

See Also

TrackNode Class | Orts.Formats.Msts Namespace