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

Function ShowGameOptions

src/settings_gui.cpp:1851–1855  ·  view source on GitHub ↗

Open the game options window. */

Source from the content-addressed store, hash-verified

1849
1850/** Open the game options window. */
1851void ShowGameOptions()
1852{
1853 CloseWindowByClass(WC_GAME_OPTIONS);
1854 new GameOptionsWindow(_game_options_desc);
1855}
1856
1857/**
1858 * Draw [<][>] boxes.

Callers 4

OnClickMethod · 0.85
MenuClickSettingsFunction · 0.85
OnHotkeyMethod · 0.85
OnHotkeyMethod · 0.85

Calls 1

CloseWindowByClassFunction · 0.85

Tested by

no test coverage detected