MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / sub_439112

Function sub_439112

src/OpenLoco/src/Ui/Windows/TitleMenu.cpp:382–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 }
381
382 static void sub_439112(Window* window)
383 {
384 Dropdown::add(0, StringIds::tutorial_1_title);
385 Dropdown::add(1, StringIds::tutorial_2_title);
386 Dropdown::add(2, StringIds::tutorial_3_title);
387
388 Widget* widget = &window->widgets[Widx::tutorial_btn];
389 Dropdown::showText(
390 window->x + widget->left,
391 window->y + widget->top,
392 widget->width(),
393 widget->height(),
394 window->getColour(WindowColour::primary).translucent(),
395 3,
396 0x80);
397 }
398
399 void beginSendChatMessage(Window& self)
400 {

Callers 1

onMouseDownFunction · 0.85

Calls 6

showTextFunction · 0.85
translucentMethod · 0.80
getColourMethod · 0.80
addFunction · 0.50
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected