Type definitions for cargo destinations. More...
Go to the source code of this file.
Typedefs | |
typedef uint32 | RouteLinkID |
Unique identifier for a routing link. | |
Enumerations | |
enum | CargoRoutingMode { CRM_OFF, CRM_FIXED_DEST } |
Flags specifying the demand mode for cargo. More... | |
enum | RoutingFlags { RF_WANT_FAST, RF_WANT_CHEAP } |
Flags specifying how cargo should be routed. More... |
Type definitions for cargo destinations.
Definition in file cargodest_type.h.
typedef uint32 RouteLinkID |
Unique identifier for a routing link.
Definition at line 28 of file cargodest_type.h.
enum CargoRoutingMode |
Flags specifying the demand mode for cargo.
Definition at line 16 of file cargodest_type.h.
enum RoutingFlags |
Flags specifying how cargo should be routed.
RF_WANT_FAST |
Cargo wants to travel as fast as possible. |
RF_WANT_CHEAP |
Cargo wants to travel as cheap as possible. |
Definition at line 22 of file cargodest_type.h.