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

Function load

lib/variables/variable-tab.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static void load(obs_data_t *data)
64{
65 tabSettings.Load(data, "tabSettings");
66 dockSettings.Load(data, "dockSettings");
67 enableDock(obs_data_get_bool(data, "addVariablesDock"));
68}
69
70static bool registerTab()
71{

Callers

nothing calls this directly

Calls 2

enableDockFunction · 0.85
LoadMethod · 0.45

Tested by

no test coverage detected