OpenTTD Source
20241108-master-g80f628063a
|
Option to refit a vehicle chain. More...
Public Member Functions | |
bool | operator!= (const RefitOption &other) const |
Inequality operator for RefitOption. More... | |
bool | operator== (const RefitOption &other) const |
Equality operator for RefitOption. More... | |
Data Fields | |
CargoID | cargo |
Cargo to refit to. | |
uint8_t | subtype |
Subcargo to use. | |
StringID | string |
GRF-local String to display for the cargo. | |
Option to refit a vehicle chain.
Definition at line 663 of file vehicle_gui.cpp.
|
inline |
Inequality operator for RefitOption.
other | Compare to this RefitOption. |
Definition at line 673 of file vehicle_gui.cpp.
|
inline |
Equality operator for RefitOption.
other | Compare to this RefitOption. |
Definition at line 683 of file vehicle_gui.cpp.