| OpenTTD
    | 
Action of shifting cargo from one vehicle to another. More...
#include <cargoaction.h>
 
  
 | Public Member Functions | |
| CargoShift (VehicleCargoList *source, VehicleCargoList *destination, uint max_move) | |
| bool | operator() (CargoPacket *cp) | 
| Shifts some cargo from a vehicle to another one. | |
|  Public Member Functions inherited from CargoMovement< VehicleCargoList, VehicleCargoList > | |
| CargoMovement (VehicleCargoList *source, VehicleCargoList *destination, uint max_move) | |
| uint | MaxMove () | 
| Returns how much more cargo can be moved with this action. | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from CargoMovement< VehicleCargoList, VehicleCargoList > | |
| CargoPacket * | Preprocess (CargoPacket *cp) | 
|  Protected Attributes inherited from CargoMovement< VehicleCargoList, VehicleCargoList > | |
| VehicleCargoList * | 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 shifting cargo from one vehicle to another.
Definition at line 108 of file cargoaction.h.
| bool CargoShift::operator() | ( | CargoPacket * | cp | ) | 
Shifts some cargo from a vehicle to another one.
| cp | Packet to be shifted. | 
Definition at line 183 of file cargoaction.cpp.
References VehicleCargoList::Append(), CargoPacket::Count(), CargoMovement< VehicleCargoList, VehicleCargoList >::destination, CargoList< VehicleCargoList, CargoPacketList >::MTA_KEEP, CargoMovement< VehicleCargoList, VehicleCargoList >::Preprocess(), VehicleCargoList::RemoveFromMeta(), and CargoMovement< VehicleCargoList, VehicleCargoList >::source.
 1.8.1.2
 1.8.1.2