OpenTTD Source  20240917-master-g9ab0a47812
StringParameter Struct Reference

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'.
 

Detailed Description

The data required to format and validate a single parameter of a string.

Definition at line 17 of file strings_internal.h.


The documentation for this struct was generated from the following file: