* Gets the path preview setting. * @return True, if paths are previewed. */
| 1137 | * @return True, if paths are previewed. |
| 1138 | */ |
| 1139 | bool 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. |
no outgoing calls
no test coverage detected