* retrieve the direction stored by the pathfinding. * @return preview */
| 864 | * @return preview |
| 865 | */ |
| 866 | int Tile::getPreview() const |
| 867 | { |
| 868 | return _preview; |
| 869 | } |
| 870 | |
| 871 | /** |
| 872 | * set the number to be displayed for pathfinding preview. |
no outgoing calls
no test coverage detected