* Get the faction the unit was killed by. * @return faction */
| 2394 | * @return faction |
| 2395 | */ |
| 2396 | UnitFaction BattleUnit::killedBy() const |
| 2397 | { |
| 2398 | return _killedBy; |
| 2399 | } |
| 2400 | |
| 2401 | /** |
| 2402 | * Set the faction the unit was killed by. |
no outgoing calls
no test coverage detected