MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ResetUIHelpers

Method ResetUIHelpers

lib/macro/macro.cpp:1071–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071void Macro::ResetUIHelpers()
1072{
1073 for (auto c : _conditions) {
1074 c->GetHighlightAndReset();
1075 }
1076 for (auto a : _actions) {
1077 a->GetHighlightAndReset();
1078 }
1079}
1080
1081void Macro::EnablePauseHotkeys(bool value)
1082{

Callers 1

MacroSelectionChangedMethod · 0.80

Calls 1

GetHighlightAndResetMethod · 0.80

Tested by

no test coverage detected