Class DeltaVPartInfo
- Namespace
- KSP.Sim.DeltaV
- Assembly
- Assembly-CSharp.dll
public class DeltaVPartInfo
- Inheritance
-
DeltaVPartInfo
- Inherited Members
-
- Extension Methods
-
Constructors
DeltaVPartInfo(IDeltaVPart, VesselDeltaVComponent)
public DeltaVPartInfo(IDeltaVPart part, VesselDeltaVComponent vesselDv)
Parameters
part IDeltaVPart
vesselDv VesselDeltaVComponent
Fields
ActivationStage
public int ActivationStage
Field Value
- int
DecoupleBeforeBurn
public bool DecoupleBeforeBurn
Field Value
- bool
DecoupleStage
Field Value
- int
DryMass
Field Value
- double
IsDecoupler
Field Value
- bool
IsDockingPort
public bool IsDockingPort
Field Value
- bool
IsEngine
Field Value
- bool
IsFairing
Field Value
- bool
IsGenerator
Field Value
- bool
IsIntake
Field Value
- bool
IsJettison
Field Value
- bool
IsLaunchClamp
public bool IsLaunchClamp
Field Value
- bool
IsSolarPanel
Field Value
- bool
IsStageSeparator
public bool IsStageSeparator
Field Value
- bool
JettisonMass
public double JettisonMass
Field Value
- double
JettisonPart
public IDeltaVPart JettisonPart
Field Value
- IDeltaVPart
ModuleDecoupler
public Data_Decouple ModuleDecoupler
Field Value
- Data_Decouple
ModuleDeployableSolarPanel
public Data_SolarPanel ModuleDeployableSolarPanel
Field Value
- Data_SolarPanel
ModuleDockingNode
public Data_DockingNode ModuleDockingNode
Field Value
- Data_DockingNode
ModuleEngine
public Data_Engine ModuleEngine
Field Value
- Data_Engine
ModuleGenerator
public Data_ModuleGenerator ModuleGenerator
Field Value
- Data_ModuleGenerator
ModuleResourceIntake
public Data_ResourceIntake ModuleResourceIntake
Field Value
- Data_ResourceIntake
PartRef
public IDeltaVPart PartRef
Field Value
- IDeltaVPart
StageFuelMass
public DictionaryValueList<int, DeltaVPartInfo.PartStageFuelMass> StageFuelMass
Field Value
- DictionaryValueList<int, DeltaVPartInfo.PartStageFuelMass>
VesselDV
public VesselDeltaVComponent VesselDV
Field Value
- VesselDeltaVComponent
Methods
CalculateMassValues()
public void CalculateMassValues()
CalculateStagingValues()
public void CalculateStagingValues()
GetStageEndMass(int)
public double GetStageEndMass(int stage)
Parameters
stage int
Returns
- double
GetStageStartMass(int)
public double GetStageStartMass(int stage)
Parameters
stage int
Returns
- double
JettisonInStage(int)
public bool JettisonInStage(int stage)
Parameters
stage int
Returns
- bool