C# Class RemoteTech.ModuleRTAnimTrackAntenna

Inheritance: RemoteTechAntennaCore
Datei anzeigen Open project: JDPKSP/RemoteTechLegacy

Private Properties

Property Type Description
ActionToggle void
Mode0Action void
Mode0Event void
Mode1Action void
Mode1Event void
OverrideMode0Event void
OverrideMode1Event void
RequestActPower bool

Public Methods

Method Description
GetInfo ( ) : string
OnStart ( PartModule state ) : void
OnUpdate ( ) : void
RequestPower ( ) : void
SetMode0 ( ) : void
SetMode1 ( ) : void
SetRange0 ( ) : void
SetRange1 ( ) : void
UpdateGUI ( ) : void
act0 ( ) : void
act1 ( ) : void

Private Methods

Method Description
ActionToggle ( KSPActionParam param ) : void
Mode0Action ( KSPActionParam param ) : void
Mode0Event ( ) : void
Mode1Action ( KSPActionParam param ) : void
Mode1Event ( ) : void
OverrideMode0Event ( ) : void
OverrideMode1Event ( ) : void
RequestActPower ( float requiredAmount ) : bool

Method Details

GetInfo() public method

public GetInfo ( ) : string
return string

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

RequestPower() public method

public RequestPower ( ) : void
return void

SetMode0() public method

public SetMode0 ( ) : void
return void

SetMode1() public method

public SetMode1 ( ) : void
return void

SetRange0() public method

public SetRange0 ( ) : void
return void

SetRange1() public method

public SetRange1 ( ) : void
return void

UpdateGUI() public method

public UpdateGUI ( ) : void
return void

act0() public method

public act0 ( ) : void
return void

act1() public method

public act1 ( ) : void
return void