Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
612
char *getcurcommand(int *pos)
613
{
614
if(pos && saycommandon) *pos = cmdline.pos;
615
return saycommandon ? cmdline.buf : NULL;
616
}
617
618
VARP(omitunchangeddefaultbinds, 0, 1, 2);
619
Callers
2
gl_drawhud
Function · 0.85
renderdoc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected