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

Method ShowSpawnCategoriesPopupForCable

Source/QuickSpawnMenu.cpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void QuickSpawnMenu::ShowSpawnCategoriesPopupForCable(PatchCable* cable)
89{
90 ResetAppearPos();
91 mMenuMode = MenuMode::ModuleCategories;
92 mSearchString = "";
93 mFilterForCable = cable;
94 mMainContainerFollower->mTempConnectionCable->SetShowing(false);
95 UpdateDisplay();
96}
97
98void QuickSpawnMenu::SetTempConnection(IClickable* target, ConnectionType connectionType)
99{

Callers 1

Calls 1

SetShowingMethod · 0.45

Tested by

no test coverage detected