OpenTTD Source 20250312-master-gcdcc6b491d
|
Public Member Functions | |
bool | IsEmpty () const |
Data Fields | |
StationCargoList | cargo {} |
The cargo packets of cargo waiting in this station. | |
FlowStatMap | flows {} |
Planned flows through this station. | |
Definition at line 210 of file station_base.h.
|
inline |
Definition at line 214 of file station_base.h.
StationCargoList GoodsEntry::GoodsEntryData::cargo {} |
The cargo packets of cargo waiting in this station.
Definition at line 211 of file station_base.h.
Referenced by StationViewWindow::BuildCargoList(), StationViewWindow::DrawEntries(), LoadUnloadVehicle(), RerouteCargo(), StationResolverObject::ResolveReal(), SwapPackets(), and TruncateCargo().
FlowStatMap GoodsEntry::GoodsEntryData::flows {} |
Planned flows through this station.
Definition at line 212 of file station_base.h.
Referenced by LinkGraphOverlay::AddLinks(), StationViewWindow::BuildCargoList(), DeleteStaleLinks(), StationViewWindow::EstimateDestinations(), GoodsEntry::GetVia(), GoodsEntry::GetVia(), VehicleCargoList::Stage(), and LinkGraphJob::~LinkGraphJob().