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

Function bindc

source/src/console.cpp:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270bool bindc(int code, const char *action, int type)
271{
272 keym *km = findbindc(code);
273 if(km) return bindkey(km, action, type);
274 else return false;
275}
276
277void searchbinds(const char *action, int type)
278{

Callers 1

keyMethod · 0.85

Calls 2

findbindcFunction · 0.85
bindkeyFunction · 0.85

Tested by

no test coverage detected