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

Method StartNewQueue

lib/queue/action-queue.cpp:350–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void ActionQueueSignalManager::StartNewQueue(const QString &name)
351{
352 auto weakQueue = GetWeakActionQueueByQString(name);
353 auto queue = weakQueue.lock();
354 if (!queue) {
355 return;
356 }
357 if (queue->RunsOnStartup()) {
358 queue->Start();
359 }
360}
361
362void SaveActionQueues(obs_data_t *obj)
363{

Callers

nothing calls this directly

Calls 3

RunsOnStartupMethod · 0.80
StartMethod · 0.45

Tested by

no test coverage detected