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

Function ShowGSConfigWindow

src/game/game_gui.cpp:425–429  ·  view source on GitHub ↗

Open the GS config window. */

Source from the content-addressed store, hash-verified

423
424/** Open the GS config window. */
425void ShowGSConfigWindow()
426{
427 CloseWindowByClass(WC_GAME_OPTIONS);
428 new GSConfigWindow();
429}

Callers 2

MenuClickSettingsFunction · 0.85
OnClickMethod · 0.85

Calls 1

CloseWindowByClassFunction · 0.85

Tested by

no test coverage detected