OpenTTD Source 20241224-master-gf74b0cf984
|
Data Fields | |
CargoID | cargo |
Cargo type. | |
uint16_t | waiting |
Amount of cargo waiting to processed. | |
TimerGameEconomy::Date | last_accepted |
Last day cargo was accepted by this industry. | |
Definition at line 85 of file industry.h.
CargoID Industry::AcceptedCargo::cargo |
Cargo type.
Definition at line 86 of file industry.h.
Referenced by DoCreateNewIndustry(), Industry::GetCargoAccepted(), Industry::GetCargoAccepted(), and IndustriesScopeResolver::GetVariable().
TimerGameEconomy::Date Industry::AcceptedCargo::last_accepted |
Last day cargo was accepted by this industry.
Definition at line 88 of file industry.h.
uint16_t Industry::AcceptedCargo::waiting |
Amount of cargo waiting to processed.
Definition at line 87 of file industry.h.
Referenced by IndustriesScopeResolver::GetVariable().