MCPcopy 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
146const char *keycmds[keym::NUMACTIONS] = { "bind", "editbind", "specbind" };
147inline const char *keycmd(int type) { return type >= 0 && type < keym::NUMACTIONS ? keycmds[type] : ""; }
148
149void keymap(int *code, char *key)
150{

Callers 1

writebindsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected