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

Function AddIntervalResetStep

lib/utils/plugin-state-helpers.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void AddIntervalResetStep(std::function<void()> step)
155{
156 std::lock_guard<std::mutex> lock(mutex);
157 getResetIntervalSteps().emplace_back(step);
158}
159
160void RunSaveSteps(obs_data_t *obj)
161{

Callers 2

SetMacroSwitchedSceneFunction · 0.50
setupFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected