C4 Engine
C4 Engine API Documentation

class StringTable

Defined in:  C4StringTable.h
The StringTable class encapsulates a string table resource.
Definition

class StringTable

Member Functions
StringTable::GetString Retrieves a particular string from a string table.
StringTable::MissingString Returns a boolean value indicating whether a string is the special missing string.
Constructor

StringTable(const char *name);

Parameters
name The name of the string table resource to load.
Description
The StringTable class loads a string table resource and provides access to the string data that it contains. A particular string is retrieved by calling the StringTable::GetString function.
Wiki Articles

String Tables