OpenTTD Source  14.0-beta1
StringParameter Struct Reference

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

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: