C# Class KAS.KASModulePort

Inheritance: KASModuleAttachCore
Show file Open project: KospY/KAS Class Usage Examples

Public Properties

Property Type Description
winchConnected KASModuleWinch

Public Methods

Method Description
GetInfo ( ) : string
OnKISAction ( BaseEventData baseEventData ) : void
TurnLeft ( ) : void
TurnRight ( ) : void
strutConnected ( ) : bool

Protected Methods

Method Description
OnPartDie ( ) : void

Private Methods

Method Description
ActionGroupUnplug ( KSPActionParam param ) : void
ContextMenuPlugDocked ( ) : void
ContextMenuPlugUndocked ( ) : void
ContextMenuUnplug ( ) : void
WaitAndRemoveJoint ( ) : IEnumerator

Method Details

GetInfo() public method

public GetInfo ( ) : string
return string

OnKISAction() public method

public OnKISAction ( BaseEventData baseEventData ) : void
baseEventData BaseEventData
return void

OnPartDie() protected method

protected OnPartDie ( ) : void
return void

TurnLeft() public method

public TurnLeft ( ) : void
return void

TurnRight() public method

public TurnRight ( ) : void
return void

strutConnected() public method

public strutConnected ( ) : bool
return bool

Property Details

winchConnected public property

public KASModuleWinch,KAS winchConnected
return KASModuleWinch