class StringTable
Defined in:
The C4StringTable.h
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