* Returns the destination the moving target is heading to. * @return Pointer to destination. */
| 85 | * @return Pointer to destination. |
| 86 | */ |
| 87 | Target *MovingTarget::getDestination() const |
| 88 | { |
| 89 | return _dest; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Changes the destination the moving target is heading to. |
no outgoing calls
no test coverage detected