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

Method Init

Source/QuickSpawnMenu.cpp:60–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void QuickSpawnMenu::Init()
61{
62 IDrawableModule::Init();
63 SetShouldDrawOutline(false);
64 mMainContainerFollower = new QuickSpawnFollower();
65 mMainContainerFollower->SetName("quickspawnfollower");
66 mMainContainerFollower->CreateUIControls();
67 mMainContainerFollower->SetUp();
68 mMainContainerFollower->SetShowing(false);
69 Hide();
70}
71
72void QuickSpawnFollower::SetUp()
73{

Callers

nothing calls this directly

Calls 4

SetNameMethod · 0.45
CreateUIControlsMethod · 0.45
SetUpMethod · 0.45
SetShowingMethod · 0.45

Tested by

no test coverage detected