C# Class NearFuture.FissionGenerator

Inheritance: PartModule
Mostra file Open project: ChrisAdderley/near-future Class Usage Examples

Public Properties

Property Type Description
windowPos Rect

Public Methods

Method Description
GetCurrentPower ( ) : double
GetInfo ( ) : string
OnFixedUpdate ( ) : void
OnLoad ( ConfigNode node ) : void
OnStart ( PartModule state ) : void
OnUpdate ( ) : void
RadiatorEfficiency ( ) : float
TryRefuel ( ) : void

Private Methods

Method Description
DeployRadiators ( ) : void
DeployRadiatorsAction ( KSPActionParam param ) : void
DrawGUI ( ) : void
DrawReactor ( ) : void
FindFissionContainers ( ) : List
FindTimeRemaining ( double rate ) : string
FindValidFissionContainer ( ) : FissionContainer
FuelUpdate ( ) : void
InitStyles ( ) : void
JettisonFairing ( ) : void
LogItAll ( ) : void
RefuelReactor ( ) : void
RetractRadiators ( ) : void
RetractRadiatorsAction ( KSPActionParam param ) : void
SetupRadiators ( ) : void
ShowReactorControl ( ) : void
ShutdownReactor ( ) : void
StartReactor ( ) : void
ToggleFairing ( ) : void
ToggleRadiators ( ) : void
ToggleRadiatorsAction ( KSPActionParam param ) : void
Window ( int windowId ) : void

Method Details

GetCurrentPower() public method

public GetCurrentPower ( ) : double
return double

GetInfo() public method

public GetInfo ( ) : string
return string

OnFixedUpdate() public method

public OnFixedUpdate ( ) : void
return void

OnLoad() public method

public OnLoad ( ConfigNode node ) : void
node ConfigNode
return void

OnStart() public method

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

OnUpdate() public method

public OnUpdate ( ) : void
return void

RadiatorEfficiency() public method

public RadiatorEfficiency ( ) : float
return float

TryRefuel() public method

public TryRefuel ( ) : void
return void

Property Details

windowPos public_oe property

public Rect windowPos
return Rect