Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getTile
Method
getTile
source/gamemap/TileContainer.cpp:314–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
inline Tile* getTile() const
315
{
316
return mTile;
317
}
318
319
private:
320
const TileDistance& mTileDistance;
Callers
1
visibleTiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected