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

Function GetActionTimeActive

TombEngine/Specific/Input/Input.cpp:832–835  ·  view source on GitHub ↗

Time in game frames.

Source from the content-addressed store, hash-verified

830
831 // Time in game frames.
832 unsigned int GetActionTimeActive(ActionID actionID)
833 {
834 return ActionMap[actionID].GetTimeActive();
835 }
836
837 // Time in game frames.
838 unsigned int GetActionTimeInactive(ActionID actionID)

Callers 2

GuiIsPulsedMethod · 0.50
CanSelectMethod · 0.50

Calls 1

GetTimeActiveMethod · 0.80

Tested by

no test coverage detected