KAS.KASModuleWinch.EventWinchHeadRight C# (CSharp) 메소드

EventWinchHeadRight() 공개 메소드

public EventWinchHeadRight ( ) : void
리턴 void
        public void EventWinchHeadRight()
        {
            if (!this.part.packed && controlActivated && headState != PlugState.Locked
            && connectedPortInfo.module) {
              connectedPortInfo.module.TurnRight();
            }
        }