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