OpenTTD Source  20240919-master-gdf0233f4c2
RefitOption Struct Reference

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.
 

Detailed Description

Option to refit a vehicle chain.

Definition at line 587 of file vehicle_gui.cpp.

Member Function Documentation

◆ operator!=()

bool RefitOption::operator!= ( const RefitOption other) const
inline

Inequality operator for RefitOption.

Parameters
otherCompare to this RefitOption.
Returns
True if both RefitOption are different.

Definition at line 597 of file vehicle_gui.cpp.

References cargo, and string.

◆ operator==()

bool RefitOption::operator== ( const RefitOption other) const
inline

Equality operator for RefitOption.

Parameters
otherCompare to this RefitOption.
Returns
True if both RefitOption are equal.

Definition at line 607 of file vehicle_gui.cpp.

References cargo, and string.


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