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) | |
| bool | operator() (CargoPacket *cp) |
| Transfers some cargo from a vehicle to a station. | |
Action of transferring cargo from a vehicle to a station.
Definition at line 73 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.
1.7.1