Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ LoadPluginSettings
Function
LoadPluginSettings
lib/utils/plugin-state-helpers.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void LoadPluginSettings(obs_data_t *obj)
120
{
121
GetSwitcher()->LoadSettings(obj);
122
}
123
124
void AddEarlySaveStep(std::function<void(obs_data_t *)> step)
125
{
Callers
1
importSettings
Function · 0.50
Calls
2
GetSwitcher
Function · 0.85
LoadSettings
Method · 0.80
Tested by
no test coverage detected