MCPcopy Create free account
hub / github.com/ZDoom/Raze / CCMD

Function CCMD

source/common/console/c_bind.cpp:574–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572//=============================================================================
573
574CCMD (unbind)
575{
576 if (argv.argc() > 1)
577 {
578 Bindings.UnbindKey(argv[1]);
579 }
580}
581
582CCMD (undoublebind)
583{

Callers

nothing calls this directly

Calls 8

PrintfFunction · 0.85
C_SetDefaultBindingsFunction · 0.85
C_BindDefaultsFunction · 0.85
argcMethod · 0.80
UnbindKeyMethod · 0.80
PerformBindMethod · 0.80
DefaultBindMethod · 0.80
SetBindMethod · 0.80

Tested by

no test coverage detected