MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / CommandCompletion

Method CommandCompletion

neo/framework/CmdSystem.cpp:437–443  ·  view source on GitHub ↗

============ idCmdSystemLocal::CommandCompletion ============ */

Source from the content-addressed store, hash-verified

435============
436*/
437void idCmdSystemLocal::CommandCompletion( void(*callback)( const char *s ) ) {
438 commandDef_t *cmd;
439
440 for ( cmd = commands; cmd; cmd = cmd->next ) {
441 callback( cmd->name );
442 }
443}
444
445/*
446============

Callers 1

AutoCompleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected