Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
void SceneSelection::SetScene(const OBSWeakSource &scene)
146
{
147
_type = Type::SCENE;
148
_scene = scene;
149
}
150
151
OBSWeakSource SceneSelection::GetScene(bool advance) const
152
{
Callers
3
SetupGeneralTab
Method · 0.45
UpdateEntryData
Method · 0.45
SetNoMatchScene
Function · 0.45
Calls
6
PopulateSceneSelection
Function · 0.85
obs_module_text
Function · 0.85
SetCanvas
Method · 0.80
FindIdxInRagne
Function · 0.70
GetType
Method · 0.45
ToString
Method · 0.45
Tested by
no test coverage detected