Kerbal Space Program
1.12.4
|
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... | |
Data class that holds the details of a Part that can be used by a construction contract.
|
inline |
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)