* Returns the unit's faction. * @return Faction. (player, hostile or neutral) */
| 705 | * @return Faction. (player, hostile or neutral) |
| 706 | */ |
| 707 | UnitFaction BattleUnit::getFaction() const |
| 708 | { |
| 709 | return _faction; |
| 710 | } |
| 711 | |
| 712 | /** |
| 713 | * Sets the unit's cache flag. |
no outgoing calls
no test coverage detected