OpenTTD Source 20241224-master-gf74b0cf984
ReserveCargoAction Struct Reference

Public Member Functions

 ReserveCargoAction (Station *st, StationIDStack *next_station)
 
bool operator() (Vehicle *v)
 

Data Fields

Stationst
 
StationIDStacknext_station
 

Detailed Description

Definition at line 1562 of file economy.cpp.

Constructor & Destructor Documentation

◆ ReserveCargoAction()

ReserveCargoAction::ReserveCargoAction ( Station st,
StationIDStack next_station 
)
inline

Definition at line 1566 of file economy.cpp.

Member Function Documentation

◆ operator()()

bool ReserveCargoAction::operator() ( Vehicle v)
inline

Definition at line 1569 of file economy.cpp.

Field Documentation

◆ next_station

StationIDStack* ReserveCargoAction::next_station

Definition at line 1564 of file economy.cpp.

◆ st

Station* ReserveCargoAction::st

Definition at line 1563 of file economy.cpp.


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