C# Class SSTUTools.SSTUResourceBoiloff

Inheritance: PartModule
Datei anzeigen Open project: shadowmage45/SSTULabs Class Usage Examples

Public Methods

Method Description
FixedUpdate ( ) : void
OnLoad ( ConfigNode node ) : void
OnStart ( StartState state ) : void

Run init sequence, create boiloff data instances for each boiloff-enabled resource in the part; caching references to all relevant data

Start ( ) : void

Update the boiloff stats from the current VolumeContainer, if available, else use the stats from module config

Private Methods

Method Description
initialize ( ) : void
onPartResourcesChanged ( ) : void
updateStatsFromContainer ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnLoad() public method

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

OnStart() public method

Run init sequence, create boiloff data instances for each boiloff-enabled resource in the part; caching references to all relevant data
public OnStart ( StartState state ) : void
state StartState
return void

Start() public method

Update the boiloff stats from the current VolumeContainer, if available, else use the stats from module config
public Start ( ) : void
return void