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

Function setNoMatchBehaviour

plugins/base/macro-action-plugin-state.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static void setNoMatchBehaviour(int value, OBSWeakSource &scene)
52{
53 SetPluginNoMatchBehavior(static_cast<NoMatchBehavior>(value));
54 if (GetPluginNoMatchBehavior() == NoMatchBehavior::SWITCH) {
55 SetNoMatchScene(scene);
56 }
57}
58
59static void closeOBSWindow(void *)
60{

Callers 1

PerformActionMethod · 0.85

Calls 3

SetPluginNoMatchBehaviorFunction · 0.50
GetPluginNoMatchBehaviorFunction · 0.50
SetNoMatchSceneFunction · 0.50

Tested by

no test coverage detected