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

Method GetActionTriggerMode

lib/macro/macro.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427Macro::ActionTriggerMode Macro::GetActionTriggerMode() const
428{
429 return _actionTriggerMode;
430}
431
432bool Macro::RunActionsHelper(
433 const std::deque<std::shared_ptr<MacroAction>> &actionsToRun,

Callers 2

MacroSelectionChangedMethod · 0.80
test-macro.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected