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

Method GetShortDesc

plugins/base/macro-action-studio-mode.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96std::string MacroActionSudioMode::GetShortDesc() const
97{
98 if (_action == Action::SET_SCENE) {
99 return _scene.ToString();
100 }
101 return "";
102}
103
104std::shared_ptr<MacroAction> MacroActionSudioMode::Create(Macro *m)
105{

Callers 2

SceneChangedMethod · 0.45
ActionChangedMethod · 0.45

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected