* @return the tilesearch vector for use in AI functions. */
| 1670 | * @return the tilesearch vector for use in AI functions. |
| 1671 | */ |
| 1672 | const std::vector<Position> SavedBattleGame::getTileSearch() |
| 1673 | { |
| 1674 | return _tileSearch; |
| 1675 | } |
| 1676 | |
| 1677 | /** |
| 1678 | * is the AI allowed to cheat? |
no outgoing calls
no test coverage detected