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

Method getIntelligence

src/Savegame/BattleUnit.cpp:2239–2242  ·  view source on GitHub ↗

* Get the number of turns an AI unit remembers a soldier's position. * @return intelligence. */

Source from the content-addressed store, hash-verified

2237 * @return intelligence.
2238 */
2239int BattleUnit::getIntelligence() const
2240{
2241 return _intelligence;
2242}
2243
2244/**
2245 * Get the unit's aggression.

Callers 1

BattleUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected