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

Method isPathPreviewed

src/Battlescape/Pathfinding.cpp:1139–1142  ·  view source on GitHub ↗

* Gets the path preview setting. * @return True, if paths are previewed. */

Source from the content-addressed store, hash-verified

1137 * @return True, if paths are previewed.
1138 */
1139bool Pathfinding::isPathPreviewed() const
1140{
1141 return _pathPreviewed;
1142}
1143
1144/**
1145 * Sets _unit in order to abuse low-level pathfinding functions from outside the class.

Callers 4

drawTerrainMethod · 0.80
btnKneelClickMethod · 0.80
btnReserveClickMethod · 0.80
btnReserveKneelClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected