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

Method Load

lib/macro/macro-action-queue.cpp:104–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool MacroActionQueue::Load(obs_data_t *obj)
105{
106 MacroAction::Load(obj);
107 _macro.Load(obj);
108 _action = static_cast<MacroActionQueue::Action>(
109 obs_data_get_int(obj, "action"));
110 _queue = GetWeakActionQueueByName(obs_data_get_string(obj, "queue"));
111 return true;
112}
113
114std::string MacroActionQueue::GetShortDesc() const
115{

Callers

nothing calls this directly

Calls 1

GetWeakActionQueueByNameFunction · 0.85

Tested by

no test coverage detected