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

Function TileAdd

src/map_func.h:470–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 */
469#ifndef _DEBUG
470 constexpr TileIndex TileAdd(TileIndex tile, TileIndexDiff offset) { return tile + offset; }
471#else
472 TileIndex TileAdd(TileIndex tile, TileIndexDiff offset);
473#endif

Callers 3

TileAddXYFunction · 0.70
TileAddByDirFunction · 0.70
TileAddByDiagDirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected