* Get how long since this unit was exposed. * @return number of turns */
| 2456 | * @return number of turns |
| 2457 | */ |
| 2458 | int BattleUnit::getTurnsSinceSpotted () const |
| 2459 | { |
| 2460 | return _turnsSinceSpotted; |
| 2461 | } |
| 2462 | |
| 2463 | /** |
| 2464 | * Get this unit's original Faction. |
no outgoing calls
no test coverage detected