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

Method GetShortDesc

plugins/base/macro-condition-scene-transform.cpp:420–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420std::string MacroConditionSceneTransform::GetShortDesc() const
421{
422 if (_source.ToString().empty()) {
423 return "";
424 }
425
426 return _scene.ToString() + " - " + _source.ToString();
427}
428
429void MacroConditionSceneTransform::SetSettingsType(SettingsType type)
430{

Callers 1

SourceChangedMethod · 0.45

Calls 2

emptyMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected