OpenTTD Source 20250312-master-gcdcc6b491d
|
Data Fields | |
CargoType | cargo = 0 |
Cargo type. | |
uint16_t | waiting = 0 |
Amount of cargo waiting to processed. | |
TimerGameEconomy::Date | last_accepted {} |
Last day cargo was accepted by this industry. | |
Definition at line 82 of file industry.h.
CargoType Industry::AcceptedCargo::cargo = 0 |
Cargo type.
Definition at line 83 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 85 of file industry.h.
uint16_t Industry::AcceptedCargo::waiting = 0 |
Amount of cargo waiting to processed.
Definition at line 84 of file industry.h.
Referenced by IndustriesScopeResolver::GetVariable().