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

Method Load

plugins/base/macro-action-sequence.cpp:195–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195bool MacroActionSequence::Load(obs_data_t *obj)
196{
197 MacroAction::Load(obj);
198 LoadMacroList(obj, _macros);
199 _restart = obs_data_get_bool(obj, "restart");
200 _macro.Load(obj);
201 SetAction(static_cast<Action>(obs_data_get_int(obj, "action")));
202 _resetIndex.Load(obj, "resetIndex");
203 return true;
204}
205
206bool MacroActionSequence::PostLoad()
207{

Callers

nothing calls this directly

Calls 1

LoadMacroListFunction · 0.85

Tested by

no test coverage detected