OpenTTD Source 20241224-master-gee860a5c8e
CargoSuffix Struct Reference

Transfer storage of cargo suffix information. More...

Data Fields

CargoSuffixDisplay display
 How to display the cargo and text.
 
std::string text
 Cargo suffix text.
 

Detailed Description

Transfer storage of cargo suffix information.

Definition at line 76 of file industry_gui.cpp.

Field Documentation

◆ display

CargoSuffixDisplay CargoSuffix::display

How to display the cargo and text.

Definition at line 77 of file industry_gui.cpp.

Referenced by IndustryViewWindow::DrawInfo(), GetCargoSuffix(), and GetCargoSuffix().

◆ text

std::string CargoSuffix::text

Cargo suffix text.

Definition at line 78 of file industry_gui.cpp.

Referenced by IndustryViewWindow::DrawInfo(), GetCargoSuffix(), and GetCargoSuffix().


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