OpenTTD Source
20241108-master-g80f628063a
|
Action of reserving cargo from a station to be loaded onto a vehicle. More...
#include <cargoaction.h>
Public Member Functions | |
CargoReservation (StationCargoList *source, VehicleCargoList *destination, uint max_move, TileIndex current_tile) | |
bool | operator() (CargoPacket *cp) |
Reserves some cargo for loading. More... | |
Public Member Functions inherited from CargoLoad | |
CargoLoad (StationCargoList *source, VehicleCargoList *destination, uint max_move, TileIndex current_tile) | |
bool | operator() (CargoPacket *cp) |
Loads some cargo onto a vehicle. More... | |
Public Member Functions inherited from CargoMovement< StationCargoList, VehicleCargoList > | |
CargoMovement (StationCargoList *source, VehicleCargoList *destination, uint max_move) | |
uint | MaxMove () |
Returns how much more cargo can be moved with this action. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from CargoMovement< StationCargoList, VehicleCargoList > | |
CargoPacket * | Preprocess (CargoPacket *cp) |
Decides if a packet needs to be split. More... | |
Protected Attributes inherited from CargoLoad | |
TileIndex | current_tile |
Current tile cargo loading is happening. | |
Protected Attributes inherited from CargoMovement< StationCargoList, VehicleCargoList > | |
StationCargoList * | source |
Source of the cargo. | |
VehicleCargoList * | destination |
Destination for the cargo. | |
uint | max_move |
Maximum amount of cargo to be moved with this action. | |
Action of reserving cargo from a station to be loaded onto a vehicle.
Definition at line 93 of file cargoaction.h.
bool CargoReservation::operator() | ( | CargoPacket * | cp | ) |
Reserves some cargo for loading.
cp | Packet to be reserved. |
Definition at line 134 of file cargoaction.cpp.
References VehicleCargoList::Append(), CargoPacket::Count(), CargoLoad::current_tile, CargoMovement< StationCargoList, VehicleCargoList >::destination, CargoList< VehicleCargoList, CargoPacketList >::MTA_LOAD, CargoMovement< StationCargoList, VehicleCargoList >::Preprocess(), CargoList< Tinst, Tcont >::RemoveFromCache(), StationCargoList::reserved_count, CargoMovement< StationCargoList, VehicleCargoList >::source, and CargoPacket::UpdateLoadingTile().