|
OpenTTD Source 20251116-master-g21329071df
|
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 212 of file station_base.h.
|
inline |
Definition at line 216 of file station_base.h.
| StationCargoList GoodsEntry::GoodsEntryData::cargo {} |
The cargo packets of cargo waiting in this station.
Definition at line 213 of file station_base.h.
Referenced by StationViewWindow::BuildCargoList(), StationViewWindow::DrawEntries(), LoadUnloadVehicle(), RerouteCargo(), StationResolverObject::ResolveReal(), SwapPackets(), TruncateCargo(), and UpdateStationRating().
| FlowStatMap GoodsEntry::GoodsEntryData::flows {} |
Planned flows through this station.
Definition at line 214 of file station_base.h.
Referenced by LinkGraphOverlay::AddLinks(), StationViewWindow::BuildCargoList(), DeleteStaleLinks(), StationViewWindow::EstimateDestinations(), GoodsEntry::GetVia(), GoodsEntry::GetVia(), VehicleCargoList::Stage(), and LinkGraphJob::~LinkGraphJob().