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

Function complete

source/src/command.cpp:920–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920void complete(char *s, bool reversedirection)
921{
922 if(*s == '/' || !nickcomplete(s, reversedirection))
923 {
924 commandcomplete(s, reversedirection);
925 }
926}
927#endif
928
929void cleancubescript(char *buf) // drop easy to spot surplus whitespace and comments

Callers 1

consolekeyFunction · 0.85

Calls 2

nickcompleteFunction · 0.85
commandcompleteFunction · 0.85

Tested by

no test coverage detected