Declared in Spacecraft
Declaration
void Undock(
Spacecraft other
);
Description
Undocks the spacecraft from the hub. This will set the hub to the current spacecraft. All children will be undocked as well. Or, the spacecraft will be undocked from its parent hub. If a specific other spacecraft is provided, it will undock from that spacecraft only, instead of all children.
Parameters
Name | Description |
---|---|
other | The other spacecraft to undock from |