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

Method GetShortDesc

plugins/base/macro-condition-scene.cpp:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272std::string MacroConditionScene::GetShortDesc() const
273{
274 if (_type == Type::CURRENT || _type == Type::PREVIOUS) {
275 return _scene.ToString();
276 }
277 return "";
278}
279
280void MacroConditionScene::SetupTempVars()
281{

Callers 1

SceneChangedMethod · 0.45

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected