Nuclide
Software Development Kit for id Tech
cmd.qc File Reference

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...
 

Function Documentation

◆ Platform_ConsoleCommand()

bool Platform_ConsoleCommand ( string  commandString,
int  wordCount 
)

Handles a platform library specific console command.

Make this the default case in your m_consolecommand() function.

◆ Platform_RegisterCommands()

void Platform_RegisterCommands ( void  )

Called in order to register the platform library console commands.

Called in your menu progs' m_init() function.