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

Function IsMacroHighlightingEnabled

lib/utils/plugin-state-helpers.cpp:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380bool IsMacroHighlightingEnabled()
381{
382 const auto &settings = GetGlobalMacroSettings();
383 return settings._highlightActions || settings._highlightConditions ||
384 settings._highlightExecuted;
385}
386
387} // namespace advss

Callers 1

PerformActionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected