MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / isRunning

Method isRunning

src/Engine/Timer.cpp:99–102  ·  view source on GitHub ↗

* Returns if the timer has been started. * @return Running state. */

Source from the content-addressed store, hash-verified

97 * @return Running state.
98 */
99bool Timer::isRunning() const
100{
101 return _running;
102}
103
104/**
105 * The timer keeps calculating the passed time while it's running,

Callers 15

mouseOverMethod · 0.80
keyboardPressMethod · 0.80
keyboardReleaseMethod · 0.80
thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected