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

Function nameToScriptID

plugins/scripting/macro-script-handler.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static std::string nameToScriptID(const std::string &name)
189{
190 return std::string("script_") + name;
191}
192
193static std::string getTriggerSignal(const std::string &name,
194 const bool isAction)

Callers 4

RegisterScriptActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected