Nuclide
Software Development Kit for id Tech
|
Functions | |
bool | Platform_ConsoleCommand (string commandString, int wordCount) |
Handles a platform library specific console command. More... | |
void | Platform_RegisterCommands (void) |
Called in order to register the platform library console commands. More... | |
bool Platform_ConsoleCommand | ( | string | commandString, |
int | wordCount | ||
) |
Handles a platform library specific console command.
Make this the default
case in your m_consolecommand() function.