OpenTTD Source 20241224-master-gee860a5c8e
Industry::AcceptedCargo Struct Reference

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.
 

Detailed Description

Definition at line 85 of file industry.h.

Field Documentation

◆ cargo

CargoID Industry::AcceptedCargo::cargo

◆ last_accepted

TimerGameEconomy::Date Industry::AcceptedCargo::last_accepted

Last day cargo was accepted by this industry.

Definition at line 88 of file industry.h.

◆ waiting

uint16_t Industry::AcceptedCargo::waiting

Amount of cargo waiting to processed.

Definition at line 87 of file industry.h.

Referenced by IndustriesScopeResolver::GetVariable().


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