Docking Port Alignment Indicator

Docking Port Alignment Indicator

640k Downloads

Not all docked docking ports ignored

mwerle opened this issue ยท 1 comments

commented

A forum user has reported that docked Senior Docking Ports are still selectable even if "ignore docked docking ports" is checked.

https://forum.kerbalspaceprogram.com/index.php?/topic/40423-181-docking-port-alignment-indicator-version-684-updated-113019/&do=findComment&comment=3720444

commented

This is not limited to Senior Docking Ports, but appears to be caused by docking ports which were attached in the VAB instead of being docked while in flight.

state == "Ready" if available to be docked.
state == "Disengage" during undocking.
state == "PreAttached" if connected in VAB.
state == "Docked" if docked in flight.

otherNode == null if state=="Ready".

So there's no simple comparison to tell whether a port is currently docked or not.