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

Function ClearAllActions

TombEngine/Specific/Input/Input.cpp:692–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 }
691
692 void ClearAllActions()
693 {
694 for (auto& [actionID, action] : ActionMap)
695 action.Clear();
696
697 for (auto& [actionID, queue] : ActionQueueMap)
698 queue = ActionQueueState::None;
699 }
700
701 void Rumble(float power, float delaySec, RumbleMode mode)
702 {

Callers 5

JeepUserControlFunction · 0.85
UseItemMethod · 0.85
GamePhaseFunction · 0.85
UpdateLaraFunction · 0.85

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected