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

Method getExpansionType

hi_scripting/scripting/api/ScriptExpansion.cpp:1624–1630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622}
1623
1624int ScriptExpansionReference::getExpansionType() const
1625{
1626 if (objectExists())
1627 return (int)exp->getExpansionType();
1628
1629 return -1;
1630}
1631
1632bool ScriptExpansionReference::rebuildUserPresets()
1633{

Callers 2

loadDataFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected