OpenTTD Source  20240919-master-gdf0233f4c2
VehicleCargoReroute Class Reference

Action of rerouting cargo staged for transfer in a vehicle. More...

#include <cargoaction.h>

Inheritance diagram for VehicleCargoReroute:
CargoReroute< VehicleCargoList > CargoMovement< VehicleCargoList, VehicleCargoList >

Public Member Functions

 VehicleCargoReroute (VehicleCargoList *source, VehicleCargoList *dest, uint max_move, StationID avoid, StationID avoid2, const GoodsEntry *ge)
 
bool operator() (CargoPacket *cp)
 Reroutes some cargo in a VehicleCargoList. More...
 
- Public Member Functions inherited from CargoReroute< VehicleCargoList >
 CargoReroute (VehicleCargoList *source, VehicleCargoList *dest, uint max_move, StationID avoid, StationID avoid2, const GoodsEntry *ge)
 
- 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. More...
 

Additional Inherited Members

- Protected Member Functions inherited from CargoMovement< VehicleCargoList, VehicleCargoList >
CargoPacketPreprocess (CargoPacket *cp)
 Decides if a packet needs to be split. More...
 
- Protected Attributes inherited from CargoReroute< VehicleCargoList >
StationID avoid
 
StationID avoid2
 
const GoodsEntryge
 
- Protected Attributes inherited from CargoMovement< VehicleCargoList, VehicleCargoList >
VehicleCargoListsource
 Source of the cargo.
 
VehicleCargoListdestination
 Destination for the cargo.
 
uint max_move
 Maximum amount of cargo to be moved with this action.
 

Detailed Description

Action of rerouting cargo staged for transfer in a vehicle.

Definition at line 139 of file cargoaction.h.

Member Function Documentation

◆ operator()()


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