OpenTTD Source 20241224-master-gee860a5c8e
LanguageMap::Mapping Struct Reference

Mapping between NewGRF and OpenTTD IDs. More...

#include <newgrf_text_type.h>

Data Fields

uint8_t newgrf_id
 NewGRF's internal ID for a case/gender.
 
uint8_t openttd_id
 OpenTTD's internal ID for a case/gender.
 

Detailed Description

Mapping between NewGRF and OpenTTD IDs.

Definition at line 30 of file newgrf_text_type.h.

Field Documentation

◆ newgrf_id

uint8_t LanguageMap::Mapping::newgrf_id

NewGRF's internal ID for a case/gender.

Definition at line 31 of file newgrf_text_type.h.

Referenced by GlobalVarChangeInfo().

◆ openttd_id

uint8_t LanguageMap::Mapping::openttd_id

OpenTTD's internal ID for a case/gender.

Definition at line 32 of file newgrf_text_type.h.

Referenced by GlobalVarChangeInfo().


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