OpenTTD
|
Properties of a link between two stations. More...
#include <linkgraph_gui.h>
Data Fields | |
uint | capacity |
Capacity of the link. | |
uint | usage |
Actual usage of the link. | |
uint | planned |
Planned usage of the link. | |
bool | shared |
If this is a shared link to be drawn dashed. |
Properties of a link between two stations.
Definition at line 25 of file linkgraph_gui.h.