MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SelectGameWindow

Method SelectGameWindow

src/intro_gui.cpp:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 SelectGameWindow(WindowDesc &desc) : Window(desc), mouse_idle_pos(_cursor.pos)
181 {
182 this->CreateNestedTree();
183 this->FinishInitNested(0);
184 this->OnInvalidateData();
185
186 this->ReadIntroGameViewportCommands();
187 }
188
189 void OnRealtimeTick(uint delta_ms) override
190 {

Callers

nothing calls this directly

Calls 4

CreateNestedTreeMethod · 0.80
FinishInitNestedMethod · 0.80
OnInvalidateDataMethod · 0.45

Tested by

no test coverage detected