OpenTTD Source
20241108-master-g80f628063a
|
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. More... | |
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. More... | |
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. More... | |
Action of returning previously reserved cargo from the vehicle to the station.
Definition at line 101 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().