|
OpenTTD Source 15.0-beta1
|
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 76 of file industry_gui.cpp.
| 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().
| std::string CargoSuffix::text |
Cargo suffix text.
Definition at line 78 of file industry_gui.cpp.
Referenced by IndustryViewWindow::DrawInfo(), GetCargoSuffix(), and GetCargoSuffix().