C# Class GPOSpeedFuelPump.GPOSpeedPump

Inheritance: PartModule
Exibir arquivo Open project: henrybauer/GPOSpeedPump

Public Methods

Method Description
OnLoad ( ConfigNode cn ) : void
OnSave ( ConfigNode cn ) : void
OnUpdate ( ) : void

Private Methods

Method Description
Balance ( ) : void
ConfigurePump ( ) : void
DrawConfigWindow ( int id ) : void
GetResourceFlags ( string resourceName, int mask ) : int
OnGUI ( ) : void
PumpOut ( float secs ) : void
SetResourceFlags ( string resourceName, int value ) : void
clampToScreen ( Rect rect ) : Rect
isFlowableResource ( string resourceName ) : bool

Method Details

OnLoad() public method

public OnLoad ( ConfigNode cn ) : void
cn System.ConfigNode
return void

OnSave() public method

public OnSave ( ConfigNode cn ) : void
cn System.ConfigNode
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void