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

Method DropdownClicked

Source/TitleBar.cpp:554–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void TitleBar::DropdownClicked(DropdownList* list)
555{
556 if (list == mSpawnLists.mPlugins.GetList())
557 mSpawnLists.SetUpPluginsDropdown();
558
559 if (list == mSpawnLists.mPrefabs.GetList())
560 mSpawnLists.SetUpPrefabsDropdown();
561}
562
563void TitleBar::DropdownUpdated(DropdownList* list, int oldVal, double time)
564{

Callers

nothing calls this directly

Calls 3

GetListMethod · 0.80
SetUpPluginsDropdownMethod · 0.80
SetUpPrefabsDropdownMethod · 0.80

Tested by

no test coverage detected