TransportNodeId (Struct)

Namespace: Wrld.Transport

A value type used to uniquely identify a TransportNode on a transport network.

Fields

Name Type Description
CellKey TransportCellKey A key identifying the streamed tile cell in which the TransportNode is located.
LocalNodeId int An integer that uniquely identifies the TransportNode within the specified cell and network type.
NetworkType TransportNetworkType The network type to which the TransportNode belongs.

Methods

TransportNodeId MakeEmpty ()

Static factory method to create an empty instance representing a null-reference to a TransportNode.

Returns: The TransportNodeId instance.

v0.8.17