|
OpenTTD Source 20251116-master-g21329071df
|
Action of returning previously reserved cargo from the vehicle to the station. More...
#include <cargoaction.h>
Public Member Functions | |
| CargoReturn (VehicleCargoList *source, StationCargoList *destination, uint max_move, StationID next, TileIndex current_tile) | |
| bool | operator() (CargoPacket *cp) |
| Returns some reserved cargo. | |
Public Member Functions inherited from CargoMovement< VehicleCargoList, StationCargoList > | |
| CargoMovement (VehicleCargoList *source, StationCargoList *destination, uint max_move) | |
| uint | MaxMove () |
| Returns how much more cargo can be moved with this action. | |
Protected Attributes | |
| TileIndex | current_tile |
| Current tile cargo unloading is happening. | |
| StationID | next |
Protected Attributes inherited from CargoMovement< VehicleCargoList, StationCargoList > | |
| VehicleCargoList * | source |
| Source of the cargo. | |
| StationCargoList * | destination |
| Destination for the cargo. | |
| uint | max_move |
| Maximum amount of cargo to be moved with this action. | |
Additional Inherited Members | |
Protected Member Functions inherited from CargoMovement< VehicleCargoList, StationCargoList > | |
| CargoPacket * | Preprocess (CargoPacket *cp) |
| Decides if a packet needs to be split. | |
Action of returning previously reserved cargo from the vehicle to the station.
Definition at line 101 of file cargoaction.h.
|
inline |
Definition at line 106 of file cargoaction.h.
| bool CargoReturn::operator() | ( | CargoPacket * | cp | ) |
Returns some reserved cargo.
| cp | Packet to be returned. |
Definition at line 150 of file cargoaction.cpp.
References StationCargoList::Append(), CargoPacket::Count(), current_tile, CargoMovement< VehicleCargoList, StationCargoList >::destination, CargoList< VehicleCargoList, CargoPacketList >::MTA_LOAD, CargoMovement< VehicleCargoList, StationCargoList >::Preprocess(), VehicleCargoList::RemoveFromMeta(), StationCargoList::reserved_count, CargoMovement< VehicleCargoList, StationCargoList >::source, and CargoPacket::UpdateUnloadingTile().
|
protected |
Current tile cargo unloading is happening.
Definition at line 103 of file cargoaction.h.
Referenced by operator()().
|
protected |
Definition at line 104 of file cargoaction.h.