|
OpenTTD Source
13.2.1
|
Monthly statistics for a link between two stations. More...
#include <linkgraph_gui.h>
Public Member Functions | |
| uint | Usage () const |
| Return the usage of the link to display. | |
Data Fields | |
| CargoID | cargo |
| Cargo type of the link. | |
| uint | capacity |
| Capacity of the link. | |
| uint | usage |
| Actual usage of the link. | |
| uint | planned |
| Planned usage of the link. | |
| uint32 | time |
| Travel time of the link. | |
| bool | shared |
| If this is a shared link to be drawn dashed. | |
Monthly statistics for a link between two stations.
Only the cargo type of the most saturated linkgraph is taken into account.
Definition at line 25 of file linkgraph_gui.h.