MCPcopy 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
576void 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

OnInitMethod · 0.85

Calls 1

GetTileTypeFunction · 0.85

Tested by

no test coverage detected