MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getTile

Method getTile

source/gamemap/GameMap.cpp:120–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 { return g + h; }
119
120 inline Tile* getTile() const
121 { return tile; }
122
123 inline bool getHasBeenProcessed() const
124 { return mHasBeenProcessed; }

Callers 6

updateMethod · 0.45
pathMethod · 0.45
writeGameMapToFileFunction · 0.45
MiniMapDrawnFullMethod · 0.45
~MiniMapDrawnFullMethod · 0.45
updateTileStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected