* Gets the aggression. Determines the chance of revenge and taking cover. * @return The unit's aggression. */
| 199 | * @return The unit's aggression. |
| 200 | */ |
| 201 | int Unit::getAggression() const |
| 202 | { |
| 203 | return _aggression; |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Gets the unit's special ability. |
no outgoing calls
no test coverage detected