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

Function ShowBuildHousePicker

src/town_gui.cpp:1848–1852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1846);
1847
1848void ShowBuildHousePicker(Window *parent)
1849{
1850 if (BringWindowToFrontById(WC_BUILD_HOUSE, 0)) return;
1851 new BuildHouseWindow(_build_house_desc, parent);
1852}

Callers 2

MenuClickTownFunction · 0.85
ToolbarScenGenTownFunction · 0.85

Calls 1

BringWindowToFrontByIdFunction · 0.85

Tested by

no test coverage detected