MCPcopy 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

computeTileDistancesMethod · 0.80
printMethod · 0.80
circularRegionMethod · 0.80
buildTileDistanceMethod · 0.80
visibleTilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected