* Is kneeled down? * @return true/false */
| 756 | * @return true/false |
| 757 | */ |
| 758 | bool BattleUnit::isKneeled() const |
| 759 | { |
| 760 | return _kneeled; |
| 761 | } |
| 762 | |
| 763 | /** |
| 764 | * Is floating? A unit is floating when there is no ground under him/her. |
no outgoing calls
no test coverage detected