Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ GetTileDesc
Function
GetTileDesc
src/landscape.cpp:576–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
574
}
575
576
void GetTileDesc(TileIndex tile, TileDesc &td)
577
{
578
_tile_type_procs[GetTileType(tile)]->get_tile_desc_proc(tile, td);
579
}
580
581
/**
582
* Has a snow line table already been loaded.
Callers
1
OnInit
Method · 0.85
Calls
1
GetTileType
Function · 0.85
Tested by
no test coverage detected