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

Method SetupMacroInput

lib/macro/macro-action-macro.cpp:903–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903void MacroActionMacroEdit::SetupMacroInput(Macro *macro) const
904{
905 if (macro) {
906 _inputs->SetInputVariablesAndValues(
907 macro->GetInputVariables(),
908 _entryData->_runOptions.inputs);
909 } else {
910 _inputs->SetInputVariablesAndValues({}, {});
911 }
912}
913
914void MacroActionMacro::RunOptions::Save(obs_data_t *obj) const
915{

Callers

nothing calls this directly

Calls 2

GetInputVariablesMethod · 0.80

Tested by

no test coverage detected