OpenTTD Source
20241108-master-g80f628063a
|
Data Fields | |
CargoID | cargo |
Cargo type. | |
uint16_t | waiting |
Amount of cargo produced. | |
uint8_t | rate |
Production rate. | |
std::array< ProducedHistory, 25 > | history |
History of cargo produced and transported for this month and 24 previous months. | |
Definition at line 78 of file industry.h.