* Get the number of turns an AI unit remembers a soldier's position. * @return intelligence. */
| 2237 | * @return intelligence. |
| 2238 | */ |
| 2239 | int BattleUnit::getIntelligence() const |
| 2240 | { |
| 2241 | return _intelligence; |
| 2242 | } |
| 2243 | |
| 2244 | /** |
| 2245 | * Get the unit's aggression. |