|
OpenTTD Source 20251104-master-g3befbdd52f
|
Data Fields | |
| CargoType | cargo = 0 |
| Cargo type. | |
| uint16_t | waiting = 0 |
| Amount of cargo produced. | |
| uint8_t | rate = 0 |
| Production rate. | |
| HistoryData< ProducedHistory > | history {} |
| History of cargo produced and transported for this month and 24 previous months. | |
Definition at line 73 of file industry.h.
| CargoType Industry::ProducedCargo::cargo = 0 |
Cargo type.
Definition at line 74 of file industry.h.
Referenced by DoCreateNewIndustry(), Industry::GetCargoProduced(), Industry::GetCargoProduced(), IndustryDirectoryWindow::GetCargoTransportedPercentsIfValid(), and IndustriesScopeResolver::GetVariable().
| HistoryData<ProducedHistory> Industry::ProducedCargo::history {} |
History of cargo produced and transported for this month and 24 previous months.
Definition at line 77 of file industry.h.
Referenced by ChangeIndustryProduction(), IndustryDirectoryWindow::GetCargoTransportedPercentsIfValid(), and IndustriesScopeResolver::GetVariable().
| uint8_t Industry::ProducedCargo::rate = 0 |
Production rate.
Definition at line 76 of file industry.h.
Referenced by DoCreateNewIndustry(), and IndustriesScopeResolver::GetVariable().
| uint16_t Industry::ProducedCargo::waiting = 0 |
Amount of cargo produced.
Definition at line 75 of file industry.h.
Referenced by IndustriesScopeResolver::GetVariable().