Declared in Spacecraft

Declaration

void Dock(
    Spacecraft other
);

Description

Docks the spacecraft to another spacecraft. This will determine which spacecraft is the hub and which is the child. The hub will be the one with the largest mass. The child will be the other one.

Parameters

NameDescription
otherThe other spacecraft to dock with