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

Method get

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:657–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657var NodeBase::get(var id)
658{
659 checkValid();
660
661 return getNodeProperty(id.toString());
662}
663
664void NodeBase::setParent(var parentNode, int indexInParent)
665{

Callers 15

getFilterDataMethod · 0.45
getTableMethod · 0.45
getSliderPackMethod · 0.45
getAudioFileMethod · 0.45
getDisplayBufferMethod · 0.45
workbenchChangedMethod · 0.45
editorMethod · 0.45
~editorMethod · 0.45
getFilterDataObjectMethod · 0.45
runTestMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by 1

CProviderMethod · 0.36