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

Function SV_CompleteSaveName

code/server/sv_ccmds.cpp:473–476  ·  view source on GitHub ↗

================== SV_CompleteMapName ================== */

Source from the content-addressed store, hash-verified

471==================
472*/
473static void SV_CompleteSaveName( char *args, int argNum ) {
474 if ( argNum == 2 )
475 Field_CompleteFilename( "saves", "sav", qtrue, qtrue );
476}
477
478/*
479==================

Callers

nothing calls this directly

Calls 1

Field_CompleteFilenameFunction · 0.50

Tested by

no test coverage detected