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

Method ArgCompletion_FileName

neo/framework/CmdSystem.h:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154ID_INLINE void idCmdSystem::ArgCompletion_FileName( const idCmdArgs &args, void(*callback)( const char *s ) ) {
155 cmdSystem->ArgCompletion_FolderExtension( args, callback, "/", true, "", NULL );
156}
157
158ID_INLINE void idCmdSystem::ArgCompletion_MapName( const idCmdArgs &args, void(*callback)( const char *s ) ) {
159 cmdSystem->ArgCompletion_FolderExtension( args, callback, "maps/", true, ".map", NULL );

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected