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

Function IsOpticActionHeld

TombEngine/Specific/Input/Input.cpp:860–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 }
859
860 bool IsOpticActionHeld()
861 {
862 return (IsDirectionalActionHeld() || IsHeld(In::Action) || IsHeld(In::Crouch) || IsHeld(In::Sprint));
863 }
864
865 const Vector2& GetMoveAxis()
866 {

Callers 1

Calls 2

IsDirectionalActionHeldFunction · 0.85
IsHeldFunction · 0.85

Tested by

no test coverage detected