OpenTTD Source
20241108-master-g80f628063a
|
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.