OpenTTD Source  20240919-master-gdf0233f4c2
CargoReroute< Tlist > Class Template Reference

Action of rerouting cargo between different cargo lists and/or next hops. More...

#include <cargoaction.h>

Inheritance diagram for CargoReroute< Tlist >:
CargoMovement< Tlist, Tlist >

Public Member Functions

 CargoReroute (Tlist *source, Tlist *dest, uint max_move, StationID avoid, StationID avoid2, const GoodsEntry *ge)
 
- Public Member Functions inherited from CargoMovement< Tlist, Tlist >
 CargoMovement (Tlist *source, Tlist *destination, uint max_move)
 
uint MaxMove ()
 Returns how much more cargo can be moved with this action. More...
 

Protected Attributes

StationID avoid
 
StationID avoid2
 
const GoodsEntryge
 
- Protected Attributes inherited from CargoMovement< Tlist, Tlist >
Tlist * source
 Source of the cargo.
 
Tlist * destination
 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< Tlist, Tlist >
CargoPacketPreprocess (CargoPacket *cp)
 Decides if a packet needs to be split. More...
 

Detailed Description

template<class Tlist>
class CargoReroute< Tlist >

Action of rerouting cargo between different cargo lists and/or next hops.

Definition at line 120 of file cargoaction.h.


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