* Gets the BattleUnit's vertical direction. This is when going up or down. * @return direction */
| 397 | * @return direction |
| 398 | */ |
| 399 | int BattleUnit::getVerticalDirection() const |
| 400 | { |
| 401 | return _verticalDirection; |
| 402 | } |
| 403 | |
| 404 | /** |
| 405 | * Gets the unit's status. |
no outgoing calls
no test coverage detected