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

Method Load

lib/macro/macro-condition-queue.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool MacroConditionQueue::Load(obs_data_t *obj)
56{
57 MacroCondition::Load(obj);
58 _condition = static_cast<Condition>(obs_data_get_int(obj, "condition"));
59 _queue = GetWeakActionQueueByName(obs_data_get_string(obj, "queue"));
60 _size.Load(obj, "size");
61 return true;
62}
63
64std::string MacroConditionQueue::GetShortDesc() const
65{

Callers

nothing calls this directly

Calls 1

GetWeakActionQueueByNameFunction · 0.85

Tested by

no test coverage detected