|
OpenTTD Source 20260711-master-g3fb3006dff
|
A GRF text with associated language ID. More...
#include <newgrf_text_type.h>
Data Fields | |
| GRFLanguage | langid |
| The language associated with this GRFText. | |
| std::string | text |
| The actual (translated) text. | |
A GRF text with associated language ID.
Definition at line 39 of file newgrf_text_type.h.
| GRFLanguage GRFText::langid |
The language associated with this GRFText.
Definition at line 40 of file newgrf_text_type.h.
| std::string GRFText::text |
The actual (translated) text.
Definition at line 41 of file newgrf_text_type.h.