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

Method Load

plugins/base/macro-action-random.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool MacroActionRandom::Load(obs_data_t *obj)
89{
90 MacroAction::Load(obj);
91 LoadMacroList(obj, _macros);
92 _allowRepeat = obs_data_get_bool(obj, "allowRepeat");
93 return true;
94}
95
96bool MacroActionRandom::PostLoad()
97{

Callers

nothing calls this directly

Calls 1

LoadMacroListFunction · 0.85

Tested by

no test coverage detected