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

Method SetConditionsTrueText

lib/macro/macro-dock.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void MacroDock::SetConditionsTrueText(const StringVariable &text)
90{
91 _conditionsTrueText = text;
92 UpdateText();
93}
94
95void MacroDock::SetConditionsFalseText(const StringVariable &text)
96{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected