Not all docked docking ports ignored
mwerle opened this issue ยท 1 comments
A forum user has reported that docked Senior Docking Ports are still selectable even if "ignore docked docking ports" is checked.
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.