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

Method getTileSearch

src/Savegame/SavedBattleGame.cpp:1672–1675  ·  view source on GitHub ↗

* @return the tilesearch vector for use in AI functions. */

Source from the content-addressed store, hash-verified

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

Callers 3

setupEscapeMethod · 0.80
findFirePointMethod · 0.80
setupEscapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected