Nuclide
Software Development Kit for id Tech
|
Functions | |
void | CMD_Cleardecals (void) |
bool | Cmd_Parse (string sCMD) |
Interprets a console command that is not defined within the gamesources. More... | |
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.
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 |