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

Method Load

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

Source from the content-addressed store, hash-verified

482}
483
484void VariableTable::Settings::Load(obs_data_t *data, const char *name)
485{
486 OBSDataAutoRelease settings = obs_data_get_obj(data, name);
487 searchType = static_cast<SearchType>(
488 obs_data_get_int(settings, "searchType"));
489 searchString = obs_data_get_string(settings, "searchString");
490 regex.Load(settings);
491}
492
493} // namespace advss

Callers 1

loadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected