OpenTTD Source 20250312-master-gcdcc6b491d
|
Store the maximum and actually transported cargo amount for the current and the last month. More...
#include <town_type.h>
Public Member Functions | |
void | NewMonth () |
Update stats for a new month. | |
Data Fields | |
Tstorage | old_max = 0 |
Maximum amount last month. | |
Tstorage | new_max = 0 |
Maximum amount this month. | |
Tstorage | old_act = 0 |
Actually transported last month. | |
Tstorage | new_act = 0 |
Actually transported this month. | |
Store the maximum and actually transported cargo amount for the current and the last month.
Definition at line 115 of file town_type.h.
|
inline |
Update stats for a new month.
Definition at line 122 of file town_type.h.
References TransportedCargoStat< Tstorage >::new_act, and TransportedCargoStat< Tstorage >::new_max.
Tstorage TransportedCargoStat< Tstorage >::new_act = 0 |
Actually transported this month.
Definition at line 119 of file town_type.h.
Referenced by TransportedCargoStat< Tstorage >::NewMonth().
Tstorage TransportedCargoStat< Tstorage >::new_max = 0 |
Maximum amount this month.
Definition at line 117 of file town_type.h.
Referenced by TransportedCargoStat< Tstorage >::NewMonth().
Tstorage TransportedCargoStat< Tstorage >::old_act = 0 |
Actually transported last month.
Definition at line 118 of file town_type.h.
Tstorage TransportedCargoStat< Tstorage >::old_max = 0 |
Maximum amount last month.
Definition at line 116 of file town_type.h.