Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
270
bool 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
277
void searchbinds(const char *action, int type)
278
{
Callers
1
key
Method · 0.85
Calls
2
findbindc
Function · 0.85
bindkey
Function · 0.85
Tested by
no test coverage detected