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

Function ShowFoundTownWindow

src/town_gui.cpp:1352–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350);
1351
1352void ShowFoundTownWindow()
1353{
1354 if (_game_mode != GM_EDITOR && !Company::IsValidID(_local_company)) return;
1355 AllocateWindowDescFront<FoundTownWindow>(_found_town_desc, 0);
1356}
1357
1358void InitializeTownGui()
1359{

Callers 2

MenuClickTownFunction · 0.85
ToolbarScenGenTownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected