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

Function NoAction

TombEngine/Specific/Input/Input.cpp:795–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793 }
794
795 bool NoAction()
796 {
797 for (const auto& [actionID, action] : ActionMap)
798 {
799 if (action.IsHeld())
800 return false;
801 }
802
803 return true;
804 }
805
806 bool IsClicked(ActionID actionID)
807 {

Callers 4

CallInventoryMethod · 0.85
HandleMenuCallsFunction · 0.85
HandleGlobalInputEventsFunction · 0.85

Calls 1

IsHeldMethod · 0.80

Tested by

no test coverage detected