OpenTTD Source 20260206-master-g4d4e37dbf1
SlGameLanguageString Class Reference
Inheritance diagram for SlGameLanguageString:
DefaultSaveLoadHandler< SlGameLanguageString, LanguageStrings > SaveLoadHandler

Public Member Functions

void Save (LanguageStrings *ls) const override
 Save the object to disk.
void Load (LanguageStrings *ls) const override
 Load the object from disk.
Public Member Functions inherited from DefaultSaveLoadHandler< SlGameLanguageString, LanguageStrings >
SaveLoadTable GetDescription () const override
 Get the description of the fields in the savegame.
SaveLoadCompatTable GetCompatDescription () const override
 Get the pre-header description of the fields in the savegame.
virtual void LoadCheck (LanguageStrings *object) const
 Similar to load, but used only to validate savegames.
virtual void FixPointers (LanguageStrings *object) const
 A post-load callback to fix SL_REF integers into pointers.
Public Member Functions inherited from SaveLoadHandler
virtual void Save (void *object) const
 Save the object to disk.
virtual void Load (void *object) const
 Load the object from disk.
virtual void LoadCheck (void *object) const
 Similar to load, but used only to validate savegames.
virtual void FixPointers (void *object) const
 A post-load callback to fix SL_REF integers into pointers.
SaveLoadTable GetLoadDescription () const
 Get the description for how to load the chunk.

Static Public Attributes

static const SaveLoad description []
static const SaveLoadCompatTable compat_description = _game_language_string_sl_compat

Additional Inherited Members

Data Fields inherited from SaveLoadHandler
std::optional< std::vector< SaveLoad > > load_description
 Description derived from savegame being loaded.

Detailed Description

Definition at line 121 of file game_sl.cpp.

Member Function Documentation

◆ Load()

void SlGameLanguageString::Load ( LanguageStrings * object) const
inlineoverridevirtual

◆ Save()

void SlGameLanguageString::Save ( LanguageStrings * object) const
inlineoverridevirtual

Field Documentation

◆ compat_description

const SaveLoadCompatTable SlGameLanguageString::compat_description = _game_language_string_sl_compat
inlinestatic

Definition at line 126 of file game_sl.cpp.

◆ description

const SaveLoad SlGameLanguageString::description[]
inlinestatic
Initial value:
= {
SLEG_SSTR("string", _game_saveload_string, SLE_STR | SLF_ALLOW_CONTROL | SLF_REPLACE_TABCRLF),
}
@ SLF_REPLACE_TABCRLF
Replace tabs, cr and lf in the string with spaces.
Definition saveload.h:725
@ SLF_ALLOW_CONTROL
Allow control codes in the strings.
Definition saveload.h:723
#define SLEG_SSTR(name, variable, type)
Storage of a global std::string in every savegame version.
Definition saveload.h:1247

Definition at line 123 of file game_sl.cpp.


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