MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getTotalTime

Method getTotalTime

Source/Basic/Application.cpp:1079–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077}
1078
1079double Application::getTotalTime() const noexcept {
1080 return _totalTime;
1081}
1082
1083void Application::makeTimeNow() {
1084 _totalTime += _deltaTime;

Callers 2

playMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected