MCPcopy Create free account
hub / github.com/assaultcube/AC / addlistcomplete

Function addlistcomplete

source/src/command.cpp:819–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819void addlistcomplete(char *command, char *list)
820{
821 addcomplete(command, COMPLETE_LIST, list, NULL);
822}
823
824void addnickcomplete(char *command)
825{

Callers

nothing calls this directly

Calls 1

addcompleteFunction · 0.85

Tested by

no test coverage detected