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

Function Cmd_CompleteTxtName

code/client/cl_console.cpp:271–274  ·  view source on GitHub ↗

================== Cmd_CompleteTxtName ================== */

Source from the content-addressed store, hash-verified

269==================
270*/
271void Cmd_CompleteTxtName( char *args, int argNum ) {
272 if ( argNum == 2 )
273 Field_CompleteFilename( "", "txt", qfalse, qtrue );
274}
275
276/*
277================

Callers

nothing calls this directly

Calls 1

Field_CompleteFilenameFunction · 0.50

Tested by

no test coverage detected