Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1848
void ShowBuildHousePicker(Window *parent)
1849
{
1850
if (BringWindowToFrontById(WC_BUILD_HOUSE, 0)) return;
1851
new BuildHouseWindow(_build_house_desc, parent);
1852
}
Callers
2
MenuClickTown
Function · 0.85
ToolbarScenGenTown
Function · 0.85
Calls
1
BringWindowToFrontById
Function · 0.85
Tested by
no test coverage detected