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

Method getPreview

src/Savegame/Tile.cpp:866–869  ·  view source on GitHub ↗

* retrieve the direction stored by the pathfinding. * @return preview */

Source from the content-addressed store, hash-verified

864 * @return preview
865 */
866int Tile::getPreview() const
867{
868 return _preview;
869}
870
871/**
872 * set the number to be displayed for pathfinding preview.

Callers 2

drawTerrainMethod · 0.80
previewPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected