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

Method start

source/core/StarTime.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void Clock::start() {
114 RecursiveMutexLocker locker(m_mutex);
115 m_running = true;
116 updateElapsed();
117}
118
119bool Clock::running() const {
120 RecursiveMutexLocker locker(m_mutex);

Callers 8

changeStateMethod · 0.45
loadMethod · 0.45
dismissedMethod · 0.45
withTimeMethod · 0.45
withMillisecondsMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TestUniverseMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TestUniverseMethod · 0.36