OpenTTD Source 20241224-master-gee860a5c8e
CargoTransfer Class Reference

Action of transferring cargo from a vehicle to a station. More...

#include <cargoaction.h>

Inheritance diagram for CargoTransfer:
CargoMovement< VehicleCargoList, StationCargoList >

Public Member Functions

 CargoTransfer (VehicleCargoList *source, StationCargoList *destination, uint max_move, TileIndex current_tile)
 
bool operator() (CargoPacket *cp)
 Transfers some cargo from a vehicle to a station.
 
- Public Member Functions inherited from CargoMovement< VehicleCargoList, StationCargoList >
 CargoMovement (VehicleCargoList *source, StationCargoList *destination, uint max_move)
 
uint MaxMove ()
 Returns how much more cargo can be moved with this action.
 

Protected Attributes

TileIndex current_tile
 Current tile cargo unloading is happening.
 
- Protected Attributes inherited from CargoMovement< VehicleCargoList, StationCargoList >
VehicleCargoListsource
 Source of the cargo.
 
StationCargoListdestination
 Destination for the cargo.
 
uint max_move
 Maximum amount of cargo to be moved with this action.
 

Additional Inherited Members

- Protected Member Functions inherited from CargoMovement< VehicleCargoList, StationCargoList >
CargoPacketPreprocess (CargoPacket *cp)
 Decides if a packet needs to be split.
 

Detailed Description

Action of transferring cargo from a vehicle to a station.

Definition at line 73 of file cargoaction.h.

Constructor & Destructor Documentation

◆ CargoTransfer()

CargoTransfer::CargoTransfer ( VehicleCargoList source,
StationCargoList destination,
uint  max_move,
TileIndex  current_tile 
)
inline

Definition at line 77 of file cargoaction.h.

Member Function Documentation

◆ operator()()

Field Documentation

◆ current_tile

TileIndex CargoTransfer::current_tile
protected

Current tile cargo unloading is happening.

Definition at line 75 of file cargoaction.h.

Referenced by operator()().


The documentation for this class was generated from the following files: