Nuclide
Software Development Kit for id Tech
|
Go to the source code of this file.
Functions | |
void | Cmd_Init (void) |
Registers console commands that are provided by Nuclide. More... | |
bool | Cmd_Parse (string strCommand) |
Interprets a console command that is not defined within the gamesources. More... | |
bool Cmd_Parse | ( | string | strCommand | ) |
Interprets a console command that is not defined within the gamesources.
Called from CSQC_ConsoleCommand to handle any builtin commands from the Nuclide SDK, unless a game decided to implement its own interpretation of the commands.
strCommand | the command (with parameters) in question |