OpenTTD Source 20241224-master-gee860a5c8e
PluralForm Struct Reference

Description of a plural form. More...

#include <strgen_tables.h>

Data Fields

int plural_count
 The number of plural forms.
 
const char * description
 Human readable description of the form.
 
const char * names
 Plural names.
 

Detailed Description

Description of a plural form.

Definition at line 162 of file strgen_tables.h.

Field Documentation

◆ description

const char* PluralForm::description

Human readable description of the form.

Definition at line 164 of file strgen_tables.h.

◆ names

const char* PluralForm::names

Plural names.

Definition at line 165 of file strgen_tables.h.

◆ plural_count

int PluralForm::plural_count

The number of plural forms.

Definition at line 163 of file strgen_tables.h.


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