MCPcopy Index your code
hub / github.com/assaultcube/AC / addfilecomplete

Function addfilecomplete

source/src/command.cpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void addfilecomplete(char *command, char *dir, char *ext)
815{
816 addcomplete(command, COMPLETE_FILE, dir, ext);
817}
818
819void addlistcomplete(char *command, char *list)
820{

Callers

nothing calls this directly

Calls 1

addcompleteFunction · 0.85

Tested by

no test coverage detected