* Returns the base the craft belongs to. * @return Pointer to base. */
| 312 | * @return Pointer to base. |
| 313 | */ |
| 314 | Base *Craft::getBase() const |
| 315 | { |
| 316 | return _base; |
| 317 | } |
| 318 | |
| 319 | /** |
| 320 | * Changes the base the craft belongs to. |
no outgoing calls
no test coverage detected