OpenTTD Source 20260206-master-g4d4e37dbf1
PluralForm Struct Reference

Description of a plural form. More...

#include <strgen_tables.h>

Data Fields

size_t plural_count
 The number of plural forms.
std::string_view description
 Human readable description of the form.
std::string_view names
 Plural names.

Detailed Description

Description of a plural form.

Definition at line 165 of file strgen_tables.h.

Field Documentation

◆ description

std::string_view PluralForm::description

Human readable description of the form.

Definition at line 167 of file strgen_tables.h.

◆ names

std::string_view PluralForm::names

Plural names.

Definition at line 168 of file strgen_tables.h.

◆ plural_count

size_t PluralForm::plural_count

The number of plural forms.

Definition at line 166 of file strgen_tables.h.


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