Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TileAddXY
Function · 0.70
TileAddByDir
Function · 0.70
TileAddByDiagDir
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected