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

Method SetTempVarValueHelper

plugins/scripting/macro-action-script.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void MacroActionScript::SetTempVarValueHelper(const std::string &variableId,
108 const std::string &value)
109{
110 MacroAction::SetTempVarValue(variableId, value);
111}
112
113void MacroActionScript::SetupTempVars()
114{

Callers 1

SetTempVarValueMethod · 0.45

Calls 1

SetTempVarValueFunction · 0.85

Tested by

no test coverage detected