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

Function GetActionQueueName

lib/queue/action-queue.cpp:442–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442std::string GetActionQueueName(const std::weak_ptr<ActionQueue> &queue_)
443{
444 auto queue = queue_.lock();
445 if (!queue) {
446 return obs_module_text("AdvSceneSwitcher.actionQueues.invalid");
447 }
448 return queue->Name();
449}
450
451void AutoStartActionQueues()
452{

Callers 5

SaveMethod · 0.85
GetShortDescMethod · 0.85
LogActionMethod · 0.85
SaveMethod · 0.85
GetShortDescMethod · 0.85

Calls 2

obs_module_textFunction · 0.85
NameMethod · 0.45

Tested by

no test coverage detected