OpenTTD Source 20241224-master-gee860a5c8e
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.

Field Documentation

◆ data

StringParameterData StringParameter::data

The data of the parameter.

Definition at line 18 of file strings_internal.h.

◆ type

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.


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