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

Function C_BindDefaults

source/common/console/c_bind.cpp:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774
775
776void C_BindDefaults()
777{
778 C_SetDefaultKeys(cl_defaultconfiguration == 1 ? "engine/origbinds.txt" : cl_defaultconfiguration == 2 ? "engine/leftbinds.txt" : "engine/defbinds.txt");
779}
780
781void C_SetDefaultBindings()
782{

Callers 2

C_SetDefaultBindingsFunction · 0.85
CCMDFunction · 0.85

Calls 1

C_SetDefaultKeysFunction · 0.85

Tested by

no test coverage detected