MCPcopy 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
119void LoadPluginSettings(obs_data_t *obj)
120{
121 GetSwitcher()->LoadSettings(obj);
122}
123
124void AddEarlySaveStep(std::function<void(obs_data_t *)> step)
125{

Callers 1

importSettingsFunction · 0.50

Calls 2

GetSwitcherFunction · 0.85
LoadSettingsMethod · 0.80

Tested by

no test coverage detected