Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
DeltaVEngineResourcePartInfo Class Reference

This class is used by DeltaStageInfo to record Propellant/Fuel Resource usage on Parts in the stage by engines in the stage. More...

Public Member Functions

 DeltaVEngineResourcePartInfo (DeltaVPartInfo partInfo)
 

Public Attributes

float fuelMassUsed
 The Mass of Resources in this part that are consumed by engines in the stage. More...
 
List< int > resourceIdsUsed
 A List of Resource Ids used by engines in the stage from this part. More...
 
DeltaVPartInfo resourcePart
 The DeltaVPartInfo reference. More...
 

Detailed Description

This class is used by DeltaStageInfo to record Propellant/Fuel Resource usage on Parts in the stage by engines in the stage.

Constructor & Destructor Documentation

DeltaVEngineResourcePartInfo.DeltaVEngineResourcePartInfo ( DeltaVPartInfo  partInfo)
inline

Member Data Documentation

float DeltaVEngineResourcePartInfo.fuelMassUsed

The Mass of Resources in this part that are consumed by engines in the stage.

List<int> DeltaVEngineResourcePartInfo.resourceIdsUsed

A List of Resource Ids used by engines in the stage from this part.

DeltaVPartInfo DeltaVEngineResourcePartInfo.resourcePart

The DeltaVPartInfo reference.


The documentation for this class was generated from the following file: