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

Method SetUpPrefabsDropdown

Source/TitleBar.cpp:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void SpawnListManager::SetUpPrefabsDropdown()
236{
237 std::vector<ModuleFactory::Spawnable> prefabs;
238 ModuleFactory::GetPrefabs(prefabs);
239 mPrefabs.SetList(prefabs);
240}
241
242void SpawnListManager::SetUpPluginsDropdown()
243{

Callers 1

DropdownClickedMethod · 0.80

Calls 1

SetListMethod · 0.80

Tested by

no test coverage detected