Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getDiffY
Method
getDiffY
source/gamemap/TileContainer.cpp:49–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
{ return mDiffX; }
48
49
inline int getDiffY() const
50
{ return mDiffY; }
51
52
inline TileDistanceType getType() const
53
{ return mType; }
Callers
5
computeTileDistances
Method · 0.80
print
Method · 0.80
circularRegion
Method · 0.80
buildTileDistance
Method · 0.80
visibleTiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected