OpenTTD Source 20250312-master-gcdcc6b491d
Industry::AcceptedCargo Struct Reference

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.
 

Detailed Description

Definition at line 82 of file industry.h.

Field Documentation

◆ cargo

CargoType Industry::AcceptedCargo::cargo = 0

◆ last_accepted

TimerGameEconomy::Date Industry::AcceptedCargo::last_accepted {}

Last day cargo was accepted by this industry.

Definition at line 85 of file industry.h.

◆ waiting

uint16_t Industry::AcceptedCargo::waiting = 0

Amount of cargo waiting to processed.

Definition at line 84 of file industry.h.

Referenced by IndustriesScopeResolver::GetVariable().


The documentation for this struct was generated from the following file: