OpenTTD Source  20240519-master-g46d7586ab1
TransportedCargoStat< Tstorage > Struct Template Reference

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
 Maximum amount last month.
 
Tstorage new_max
 Maximum amount this month.
 
Tstorage old_act
 Actually transported last month.
 
Tstorage new_act
 Actually transported this month.
 

Detailed Description

template<typename Tstorage>
struct TransportedCargoStat< Tstorage >

Store the maximum and actually transported cargo amount for the current and the last month.

Definition at line 114 of file town_type.h.


The documentation for this struct was generated from the following file: