* Gets the BattleUnit's turret direction. * @return direction */
| 379 | * @return direction |
| 380 | */ |
| 381 | int BattleUnit::getTurretDirection() const |
| 382 | { |
| 383 | return _directionTurret; |
| 384 | } |
| 385 | |
| 386 | /** |
| 387 | * Gets the BattleUnit's turret To direction. |
no outgoing calls
no test coverage detected