OpenTTD Source 20250205-master-gfd85ab1e2c
|
Data Fields | |
CargoType | 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.
CargoType 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().