MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetUp

Method SetUp

Source/QuickSpawnMenu.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void QuickSpawnFollower::SetUp()
73{
74 mTempConnectionCable = new PatchCableSource(this, kConnectionType_Special);
75 AddPatchCableSource(mTempConnectionCable);
76 mTempConnectionCable->SetShowing(false);
77}
78
79void QuickSpawnMenu::ShowSpawnCategoriesPopup()
80{

Callers 1

InitMethod · 0.45

Calls 1

SetShowingMethod · 0.45

Tested by

no test coverage detected