space_ex v0.3.0 SpaceEx.SpaceCenter.DockingPortState
The state of a docking port.
Link to this section Summary
Functions
The docking port is docked to another docking port, or docked to another part (from the VAB/SPH)
The docking port is very close to another docking port, but has not docked
The docking ports shield is currently opening/closing
The docking port is ready to dock to another docking port
The docking port has a shield, and the shield is closed
The docking port has just been undocked from another docking port,
and is disabled until it moves away by a sufficient distance
(SpaceEx.SpaceCenter.DockingPort.reengage_distance/2
)
Link to this section Functions
The docking port is docked to another docking port, or docked to another part (from the VAB/SPH).
Returns :docked
.
The docking port is very close to another docking port, but has not docked.
It is using magnetic force to acquire a solid dock.
Returns :docking
.
The docking ports shield is currently opening/closing.
Returns :moving
.
The docking port is ready to dock to another docking port.
Returns :ready
.
The docking port has a shield, and the shield is closed.
Returns :shielded
.
The docking port has just been undocked from another docking port,
and is disabled until it moves away by a sufficient distance
(SpaceEx.SpaceCenter.DockingPort.reengage_distance/2
).
Returns :undocking
.