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

Function toggledoc

source/src/docs.cpp:394–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392VAR(docidentverbose, 0, 1, 3);
393
394void toggledoc() { docvisible = !docvisible; }
395void scrolldoc(int i) { docskip += i; if(docskip < 0) docskip = 0; }
396
397int docs_parsecmd(const char *p, const char *pos, const char *w[MAXWORDS], int wl[MAXWORDS], bool outer, int *unmatched)

Callers 1

consolekeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected