TransportWayId (Struct)

Namespace: Wrld.Transport

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

Fields

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

Methods

TransportWayId MakeEmpty ()

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

Returns: A TransportWayId instance.

v0.8.17