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

Method ArgCompletion_ConfigName

neo/framework/CmdSystem.h:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178ID_INLINE void idCmdSystem::ArgCompletion_ConfigName( const idCmdArgs &args, void(*callback)( const char *s ) ) {
179 cmdSystem->ArgCompletion_FolderExtension( args, callback, "/", true, ".cfg", NULL );
180}
181
182ID_INLINE void idCmdSystem::ArgCompletion_SaveGame( const idCmdArgs &args, void(*callback)( const char *s ) ) {
183 cmdSystem->ArgCompletion_FolderExtension( args, callback, "SaveGames/", true, ".save", NULL );

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected