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

Function C_UnbindAll

source/common/console/c_bind.cpp:556–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554//=============================================================================
555
556void C_UnbindAll ()
557{
558 Bindings.UnbindAll();
559 DoubleBindings.UnbindAll();
560 AutomapBindings.UnbindAll();
561}
562
563UNSAFE_CCMD (unbindall)
564{

Callers 2

UNSAFE_CCMDFunction · 0.85
C_SetDefaultBindingsFunction · 0.85

Calls 1

UnbindAllMethod · 0.45

Tested by

no test coverage detected