Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ DrawType
Method
DrawType
src/town_gui.cpp:1566–1569 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1564
}
1565
1566
void DrawType(int x, int y, int, int id) const override
1567
{
1568
DrawHouseInGUI(x, y, id, HousePickerCallbacks::sel_view);
1569
}
1570
1571
void FillUsedItems(std::set<PickerItem> &items) override
1572
{
Callers
1
DrawWidget
Method · 0.45
Calls
1
DrawHouseInGUI
Function · 0.85
Tested by
no test coverage detected