| 32 | "AdvSceneSwitcher.action.variable"}); |
| 33 | |
| 34 | static void apppend(Variable &var, const std::string &value) |
| 35 | { |
| 36 | auto currentValue = var.Value(); |
| 37 | var.SetValue(currentValue + value); |
| 38 | } |
| 39 | |
| 40 | static void modifyNumValue(Variable &var, double val, const bool increment) |
| 41 | { |
no test coverage detected