Information about a demand link for cargo. More...
#include <cargodest_base.h>
Public Member Functions | |
CargoLink (CargoSourceSink *d, byte mod) | |
bool | operator!= (const CargoLink &other) const |
Data Fields | |
CargoSourceSink * | dest |
Destination of the link. | |
TransportedCargoStat | amount |
Transported cargo statistics. | |
uint | weight |
Weight of this link. | |
byte | weight_mod |
Weight modifier. |
Information about a demand link for cargo.
Definition at line 28 of file cargodest_base.h.