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

Function apppend

lib/macro/macro-action-variable.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

PerformActionMethod · 0.85

Calls 2

ValueMethod · 0.45
SetValueMethod · 0.45

Tested by

no test coverage detected