* Returns the soldier's amount of health. * @return Health. */
| 856 | * @return Health. |
| 857 | */ |
| 858 | int BattleUnit::getHealth() const |
| 859 | { |
| 860 | return _health; |
| 861 | } |
| 862 | |
| 863 | /** |
| 864 | * Returns the soldier's amount of morale. |
no outgoing calls
no test coverage detected