Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ Continue
Method
Continue
plugins/base/macro-condition-timer.cpp:113–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void MacroConditionTimer::Continue()
114
{
115
if (_paused) {
116
_paused = false;
117
_duration.SetTimeRemaining(_remaining);
118
}
119
}
120
121
void MacroConditionTimer::Reset()
122
{
Callers
2
PauseContinueClicked
Method · 0.80
PerformAction
Method · 0.80
Calls
1
SetTimeRemaining
Method · 0.45
Tested by
no test coverage detected