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

Function Cmd_CompleteCfgName

code/qcommon/cmd.cpp:793–797  ·  view source on GitHub ↗

================== Cmd_CompleteCfgName ================== */

Source from the content-addressed store, hash-verified

791==================
792*/
793void Cmd_CompleteCfgName( char *args, int argNum ) {
794 if( argNum == 2 ) {
795 Field_CompleteFilename( "", "cfg", qfalse, qtrue );
796 }
797}
798
799/*
800============

Callers

nothing calls this directly

Calls 1

Field_CompleteFilenameFunction · 0.70

Tested by

no test coverage detected