OpenTTD Source  20240919-master-gdf0233f4c2
Case Struct Reference

Container for the different cases of a string. More...

#include <strgen.h>

Public Member Functions

 Case (int caseidx, const std::string &string)
 Create a new case. More...
 

Data Fields

int caseidx
 The index of the case.
 
std::string string
 The translation of the case.
 

Detailed Description

Container for the different cases of a string.

Definition at line 20 of file strgen.h.

Constructor & Destructor Documentation

◆ Case()

Case::Case ( int  caseidx,
const std::string &  string 
)

Create a new case.

Parameters
caseidxThe index of the case.
stringThe translation of the case.

Definition at line 41 of file strgen_base.cpp.


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