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

Function scrolldoc

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

Source from the content-addressed store, hash-verified

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)
398{

Callers 1

consolekeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected