MCPcopy 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

getRoomsByTypeMethod · 0.45
getRoomsByTypeAndSeatMethod · 0.45
numRoomsByTypeAndSeatMethod · 0.45
doFloodFillMethod · 0.45
enableFloodFillMethod · 0.45
writeGameMapToFileFunction · 0.45
computeTileDistancesMethod · 0.45
circularRegionMethod · 0.45
visibleTilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected