|
OpenTTD Source 15.0-beta1
|
The data required to format and validate a single parameter of a string. More...
#include <strings_internal.h>
Data Fields | |
| StringParameterData | data |
| The data of the parameter. | |
| 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.
| StringParameterData StringParameter::data |
The data of the parameter.
Definition at line 18 of file strings_internal.h.
| char32_t StringParameter::type |
The StringControlCode to interpret this data with when it's the first parameter, otherwise '\0'.
Definition at line 19 of file strings_internal.h.