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

Method RegisterTempVarHelper

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

Source from the content-addressed store, hash-verified

93}
94
95void MacroActionScript::RegisterTempVarHelper(const std::string &variableId,
96 const std::string &name,
97 const std::string &helpText)
98{
99 AddTempvar(variableId, name, helpText);
100}
101
102void MacroActionScript::DeregisterAllTempVarsHelper()
103{

Callers 1

RegisterTempVarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected