* Changes the base the craft belongs to. (without setting the craft's coordinates) * @param base Pointer to base. */
| 332 | * @param base Pointer to base. |
| 333 | */ |
| 334 | void Craft::setBaseOnly(Base *base) |
| 335 | { |
| 336 | _base = base; |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * Returns the current status of the craft. |