|
OpenTTD Source 20251104-master-g3befbdd52f
|
Transfer storage of cargo suffix information. More...
Data Fields | |
| CargoSuffixDisplay | display |
| How to display the cargo and text. | |
| std::string | text |
| Cargo suffix text. | |
Transfer storage of cargo suffix information.
Definition at line 80 of file industry_gui.cpp.
| CargoSuffixDisplay CargoSuffix::display |
How to display the cargo and text.
Definition at line 81 of file industry_gui.cpp.
Referenced by IndustryViewWindow::DrawInfo(), GetCargoSuffix(), and GetCargoSuffix().
| std::string CargoSuffix::text |
Cargo suffix text.
Definition at line 82 of file industry_gui.cpp.
Referenced by IndustryViewWindow::DrawInfo(), GetCargoSuffix(), GetCargoSuffix(), and IndustryDirectoryWindow::GetIndustryString().