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

Method SetScene

lib/utils/scene-selection.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void SceneSelection::SetScene(const OBSWeakSource &scene)
146{
147 _type = Type::SCENE;
148 _scene = scene;
149}
150
151OBSWeakSource SceneSelection::GetScene(bool advance) const
152{

Callers 3

SetupGeneralTabMethod · 0.45
UpdateEntryDataMethod · 0.45
SetNoMatchSceneFunction · 0.45

Calls 6

PopulateSceneSelectionFunction · 0.85
obs_module_textFunction · 0.85
SetCanvasMethod · 0.80
FindIdxInRagneFunction · 0.70
GetTypeMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected