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

Function save

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

Source from the content-addressed store, hash-verified

26static VariableTable::Settings dockSettings;
27
28static void save(obs_data_t *data)
29{
30 tabSettings.Save(data, "tabSettings");
31 dockSettings.Save(data, "dockSettings");
32
33 obs_data_set_bool(data, "addVariablesDock", addDock);
34}
35
36static void enableDock(bool enable)
37{

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.45

Tested by

no test coverage detected