OpenTTD Source 20241224-master-gf74b0cf984
|
Action for returning reserved cargo. More...
Public Member Functions | |
ReturnCargoAction (Station *st, StationID next_one) | |
Construct a cargo return action. | |
bool | operator() (Vehicle *v) |
Return all reserved cargo from a vehicle. | |
Data Fields | |
Station * | st |
Station to give the returned cargo to. | |
StationID | next_hop |
Next hop the cargo should be assigned to. | |
Action for returning reserved cargo.
Definition at line 1428 of file economy.cpp.
|
inline |
Construct a cargo return action.
st | Station to give the returned cargo to. |
next_one | Next hop the cargo should be assigned to. |
Definition at line 1438 of file economy.cpp.
|
inline |
Return all reserved cargo from a vehicle.
v | Vehicle to return cargo from. |
Definition at line 1445 of file economy.cpp.
References GoodsEntry::cargo, Vehicle::cargo, Vehicle::cargo_type, Station::goods, and VehicleCargoList::Return().
StationID ReturnCargoAction::next_hop |
Next hop the cargo should be assigned to.
Definition at line 1431 of file economy.cpp.
Station* ReturnCargoAction::st |
Station to give the returned cargo to.
Definition at line 1430 of file economy.cpp.