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

Method start

src/Engine/Timer.cpp:67–71  ·  view source on GitHub ↗

* Starts the timer running and counting time. */

Source from the content-addressed store, hash-verified

65 * Starts the timer running and counting time.
66 */
67void Timer::start()
68{
69 _frameSkipStart = _start = slowTick();
70 _running = true;
71}
72
73/**
74 * Stops the timer from running.

Callers 15

MiniMapStateMethod · 0.45
mouseOverMethod · 0.45
keyboardPressMethod · 0.45
keyboardReleaseMethod · 0.45
ScannerStateMethod · 0.45
NextTurnStateMethod · 0.45
initMethod · 0.45
InfoboxStateMethod · 0.45
showMessageMethod · 0.45
morePressMethod · 0.45
lessPressMethod · 0.45
moreEngineerPressMethod · 0.45

Calls 1

slowTickFunction · 0.85

Tested by

no test coverage detected