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

Function ClickTile

src/tile_cmd.h:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209inline bool ClickTile(TileIndex tile)
210{
211 ClickTileProc *proc = _tile_type_procs[GetTileType(tile)]->click_tile_proc;
212 if (proc == nullptr) return false;
213 return proc(tile);
214}
215
216#endif /* TILE_CMD_H */

Callers 1

CheckClickOnLandscapeFunction · 0.85

Calls 1

GetTileTypeFunction · 0.85

Tested by

no test coverage detected