Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getType
Method
getType
source/gamemap/TileContainer.cpp:52–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
{ return mDiffY; }
51
52
inline TileDistanceType getType() const
53
{ return mType; }
54
55
inline int getDistSquared() const
56
{ return mDistSquared; }
Callers
11
getWorkerToPickupBySeat
Method · 0.45
getFighterToPickupBySeat
Method · 0.45
getRoomsByType
Method · 0.45
getRoomsByTypeAndSeat
Method · 0.45
numRoomsByTypeAndSeat
Method · 0.45
doFloodFill
Method · 0.45
enableFloodFill
Method · 0.45
writeGameMapToFile
Function · 0.45
computeTileDistances
Method · 0.45
circularRegion
Method · 0.45
visibleTiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected