MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Start

Function Start

ogsr_engine/xrCore/FTimer.h:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 constexpr CTimerBase() noexcept : startTime(), pauseDuration(), pauseAccum(), paused(false) {}
42
43 void Start()
44 {
45 if (paused)
46 return;
47 startTime = Now() - pauseAccum;
48 }
49
50 virtual Duration getElapsedTime() const
51 {

Callers 5

ActivateMethod · 0.85
StartMethod · 0.85
StartMethod · 0.85
StartMethod · 0.85
AngleIntListIteratorMethod · 0.85

Calls 1

NowFunction · 0.85

Tested by

no test coverage detected