Method | Description | |
---|---|---|
GetInfo ( ) : string | ||
GetModuleCost ( float defaultCost, ModifierStagingSituation sit ) : float | ||
GetModuleCostChangeWhen ( ) : ModifierChangeWhen | ||
GetModuleMass ( float defaultMass, ModifierStagingSituation sit ) : float | ||
GetModuleMassChangeWhen ( ) : ModifierChangeWhen | ||
OnDestroy ( ) : void | ||
OnLoad ( ConfigNode node ) : void | ||
OnStart ( StartState state ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
consumeResources ( ) : void | ||
deflateEvent ( ) : void | ||
inflateEvent ( ) : void | ||
init ( ) : void | ||
onAnimStateChange ( AnimState newState ) : void | ||
onContainerUpdated ( |
||
updateCrewCapacity ( int capacity ) : void |
most functioniality derived from TweakScale ScaleCrewCapacity method https://github.com/pellinor0/TweakScale/blob/master/Scale.cs#L279
|
|
updateRequiredMass ( ) : void | ||
updateResourceAmounts ( double mult ) : void |
public GetModuleCost ( float defaultCost, ModifierStagingSituation sit ) : float | ||
defaultCost | float | |
sit | ModifierStagingSituation | |
return | float |
public GetModuleCostChangeWhen ( ) : ModifierChangeWhen | ||
return | ModifierChangeWhen |
public GetModuleMass ( float defaultMass, ModifierStagingSituation sit ) : float | ||
defaultMass | float | |
sit | ModifierStagingSituation | |
return | float |
public GetModuleMassChangeWhen ( ) : ModifierChangeWhen | ||
return | ModifierChangeWhen |