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 load_place) | |
bool | operator() (CargoPacket *cp) |
Reserves some cargo for loading. |
Action of reserving cargo from a station to be loaded onto a vehicle.
Definition at line 94 of file cargoaction.h.
bool CargoReservation::operator() | ( | CargoPacket * | cp | ) |
Reserves some cargo for loading.
cp | Packet to be reserved. |
Reimplemented from CargoLoad.
Definition at line 134 of file cargoaction.cpp.
References VehicleCargoList::Append(), CargoPacket::Count(), CargoMovement< StationCargoList, VehicleCargoList >::destination, CargoLoad::load_place, CargoList< VehicleCargoList, CargoPacketList >::MTA_LOAD, CargoMovement< StationCargoList, VehicleCargoList >::Preprocess(), CargoList< Tinst, Tcont >::RemoveFromCache(), StationCargoList::reserved_count, CargoPacket::SetLoadPlace(), and CargoMovement< StationCargoList, VehicleCargoList >::source.