|
OpenTTD Source
14.0-beta3
|
The data required to format and validate a single parameter of a string. More...
#include <strings_internal.h>
Data Fields | |
| uint64_t | data |
| The data of the parameter. | |
| std::unique_ptr< std::string > | string |
| Copied string value, if it has any. | |
| char32_t | type |
| The StringControlCode to interpret this data with when it's the first parameter, otherwise '\0'. | |
The data required to format and validate a single parameter of a string.
Definition at line 17 of file strings_internal.h.