MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getTUMarker

Method getTUMarker

src/Savegame/Tile.cpp:884–887  ·  view source on GitHub ↗

* get the number to be displayed for pathfinding preview. * @return marker */

Source from the content-addressed store, hash-verified

882 * @return marker
883 */
884int Tile::getTUMarker() const
885{
886 return _TUMarker;
887}
888
889/**
890 * get the overlap value of this tile.

Callers 1

drawTerrainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected