Action of transferring cargo from a vehicle to a station. More...
#include <cargoaction.h>
Public Member Functions | |
CargoTransfer (VehicleCargoList *source, StationCargoList *destination, uint max_move, CargoPayment *payment) | |
bool | operator() (CargoPacket *cp) |
Transfers some cargo from a vehicle to a station. | |
Protected Attributes | |
CargoPayment * | payment |
Payment object for registering transfer credits. |
Action of transferring cargo from a vehicle to a station.
Definition at line 74 of file cargoaction.h.
bool CargoTransfer::operator() | ( | CargoPacket * | cp | ) |
Transfers some cargo from a vehicle to a station.
cp | Packet to be transfered. |
Definition at line 166 of file cargoaction.cpp.
References StationCargoList::Append(), CargoPacket::Count(), CargoMovement< VehicleCargoList, StationCargoList >::destination, CargoList< VehicleCargoList, CargoPacketList >::MTA_TRANSFER, CargoPacket::NextStation(), CargoMovement< VehicleCargoList, StationCargoList >::Preprocess(), VehicleCargoList::RemoveFromMeta(), and CargoMovement< VehicleCargoList, StationCargoList >::source.