MCPcopy Create free account
hub / github.com/christophhart/HISE / getCurrentExpansion

Method getCurrentExpansion

hi_scripting/scripting/api/ScriptExpansion.cpp:1061–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061var ScriptExpansionHandler::getCurrentExpansion()
1062{
1063 if (auto e = getMainController()->getExpansionHandler().getCurrentExpansion())
1064 return new ScriptExpansionReference(getScriptProcessor(), e);
1065
1066 return {};
1067}
1068
1069void ScriptExpansionHandler::setExpansionCallback(var expansionLoadedCallback)
1070{

Callers 3

getFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected