OpenTTD Source
20241108-master-g80f628063a
|
Action of rerouting cargo between different cargo lists and/or next hops. More...
#include <cargoaction.h>
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 GoodsEntry * | ge |
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 > | |
CargoPacket * | Preprocess (CargoPacket *cp) |
Decides if a packet needs to be split. More... | |
Action of rerouting cargo between different cargo lists and/or next hops.
Definition at line 121 of file cargoaction.h.