MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SetConflict

Method SetConflict

TombEngine/Specific/Input/Bindings.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 void BindingManager::SetConflict(ActionID actionID, bool value)
250 {
251 _conflicts[actionID] = value;
252 }
253
254 bool BindingManager::TestConflict(ActionID actionID)
255 {

Callers 1

DefaultConflictFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected