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

Method UnbindAll

source/common/console/c_bind.cpp:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333//=============================================================================
334
335void FKeyBindings::UnbindAll ()
336{
337 for (int i = 0; i < NUM_KEYS; ++i)
338 {
339 Binds[i] = "";
340 }
341}
342
343//=============================================================================
344//

Callers 2

DoKeySetupMethod · 0.45
C_UnbindAllFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected