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

Function getcurcommand

source/src/console.cpp:612–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612char *getcurcommand(int *pos)
613{
614 if(pos && saycommandon) *pos = cmdline.pos;
615 return saycommandon ? cmdline.buf : NULL;
616}
617
618VARP(omitunchangeddefaultbinds, 0, 1, 2);
619

Callers 2

gl_drawhudFunction · 0.85
renderdocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected