Track Graph
Struct that holds a cache of a whole train/rail network.
Functions
getStations () → stations : Array<Trace<RailroadStation>>
Returns a list of all trainstations in the network.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Stations |
| Name | Type | Description |
|---|---|---|
Stations |
Array<Trace<RailroadStation>> |
The list of trainstations in the network. |