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

Function findbind

source/src/console.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156COMMAND(keymap, "is");
157
158keym *findbind(const char *key)
159{
160 enumerate(keyms, keym, km, if(!strcasecmp(km.name, key)) return &km;);
161 return NULL;
162}
163
164keym **findbinda(const char *action, int type)
165{

Callers 3

autokeymapFunction · 0.85
bindkFunction · 0.85
keybindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected