Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ keycmd
Function
keycmd
source/src/console.cpp:147–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
const char *keycmds[keym::NUMACTIONS] = {
"bind"
,
"editbind"
,
"specbind"
};
147
inline const char *keycmd(int type) { return type >= 0 && type < keym::NUMACTIONS ? keycmds[type] :
""
; }
148
149
void keymap(int *code, char *key)
150
{
Callers
1
writebinds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected