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

Method GetTimeActive

TombEngine/Specific/Input/InputAction.cpp:114–117  ·  view source on GitHub ↗

Time in game frames.

Source from the content-addressed store, hash-verified

112
113 // Time in game frames.
114 unsigned int Action::GetTimeActive() const
115 {
116 return _timeActive;
117 }
118
119 // Time in game frames.
120 unsigned int Action::GetTimeInactive() const

Callers 1

GetActionTimeActiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected