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
FinePrint.Utilities.ConstructionPart Class Reference

Data class that holds the details of a Part that can be used by a construction contract. More...

Public Member Functions

 ConstructionPart (string name, AvailablePart aPart, List< string > contractTypes)
 

Public Attributes

AvailablePart availablePart
 A reference to the Available Part More...
 
List< string > contractTypes
 A list of Strings matching Contract Types that can use this part. A contract will only use parts that have their type in this list. More...
 
string partName
 The AvailablePart name (internal part name) More...
 

Detailed Description

Data class that holds the details of a Part that can be used by a construction contract.

Constructor & Destructor Documentation

FinePrint.Utilities.ConstructionPart.ConstructionPart ( string  name,
AvailablePart  aPart,
List< string >  contractTypes 
)
inline

Member Data Documentation

AvailablePart FinePrint.Utilities.ConstructionPart.availablePart

A reference to the Available Part

List<string> FinePrint.Utilities.ConstructionPart.contractTypes

A list of Strings matching Contract Types that can use this part. A contract will only use parts that have their type in this list.

string FinePrint.Utilities.ConstructionPart.partName

The AvailablePart name (internal part name)


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