MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Cmd_CommandCompletion

Function Cmd_CommandCompletion

code/qcommon/cmd.cpp:675–681  ·  view source on GitHub ↗

============ Cmd_CommandCompletion ============ */

Source from the content-addressed store, hash-verified

673============
674*/
675void Cmd_CommandCompletion( callbackFunc_t callback ) {
676 cmd_function_t *cmd;
677
678 for (cmd=cmd_functions ; cmd ; cmd=cmd->next) {
679 callback( cmd->name );
680 }
681}
682
683/*
684============

Callers 1

Field_CompleteCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected