KAS.KASModuleWinch.UpdateOrgPos C# (CSharp) Method

UpdateOrgPos() private method

private UpdateOrgPos ( ) : void
return void
        private void UpdateOrgPos()
        {
            if (headState == PlugState.PlugDocked) {
              if (connectedPortInfo.module.part.parent == this.part) {
            KAS_Shared.UpdateChildsOrgPos(connectedPortInfo.module.part, true);
              }
              if (this.part.parent == connectedPortInfo.module.part) {
            KAS_Shared.UpdateChildsOrgPos(this.part, true);
              }
            }
        }