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

Method setTile

source/gamemap/GameMap.cpp:129–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 { mHasBeenProcessed = true; }
128
129 inline void setTile(Tile* newTile)
130 { tile = newTile; }
131
132 inline AstarEntry* getParent() const
133 { return parent; }

Callers 1

pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected