C4 Engine
C4 Engine API Documentation

StringTable::MissingString

Defined in:  C4StringTable.h
Returns a boolean value indicating whether a string is the special missing string.
Prototype

bool MissingString(const char *string);

Parameters
string The string to test.
Description
The MissingString function returns true is the string parameter points to the special missing string, and it returns false otherwise.
See Also

StringTable::GetString