Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
425
void ShowGSConfigWindow()
426
{
427
CloseWindowByClass(WC_GAME_OPTIONS);
428
new GSConfigWindow();
429
}
Callers
2
MenuClickSettings
Function · 0.85
OnClick
Method · 0.85
Calls
1
CloseWindowByClass
Function · 0.85
Tested by
no test coverage detected