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

Method SetupTempVars

plugins/base/macro-action-wait.cpp:53–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void MacroActionWait::SetupTempVars()
54{
55 MacroAction::SetupTempVars();
56 if (_waitType != Type::VARIABLE_WAIT) {
57 return;
58 }
59 AddTempvar(
60 "timedOut",
61 obs_module_text("AdvSceneSwitcher.tempVar.wait.timedOut"),
62 obs_module_text(
63 "AdvSceneSwitcher.tempVar.wait.timedOut.description"));
64}
65
66bool MacroActionWait::ConditionIsMet() const
67{

Callers 1

TypeChangedMethod · 0.45

Calls 1

obs_module_textFunction · 0.85

Tested by

no test coverage detected