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

Function IsWakeActionHeld

TombEngine/Specific/Input/Input.cpp:848–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846 }
847
848 bool IsWakeActionHeld()
849 {
850 if (IsDirectionalActionHeld() || IsHeld(In::StepLeft) || IsHeld(In::StepRight) ||
851 IsHeld(In::Walk) || IsHeld(In::Jump) || IsHeld(In::Sprint) || IsHeld(In::Roll) || IsHeld(In::Crouch) ||
852 IsHeld(In::Draw) || IsHeld(In::Flare) || IsHeld(In::Action))
853 {
854 return true;
855 }
856
857 return false;
858 }
859
860 bool IsOpticActionHeld()
861 {

Callers 1

lara_as_poseFunction · 0.85

Calls 2

IsDirectionalActionHeldFunction · 0.85
IsHeldFunction · 0.85

Tested by

no test coverage detected