Kerbal Space Program
1.12.4
|
Static Public Member Functions | |
static bool | ContainsPartInfo (this List< DeltaVEngineResourcePartInfo > list, DeltaVPartInfo partInfo) |
Extension to search DeltaVEngineResourcePartInfo for matching Part reference More... | |
static DeltaVEngineResourcePartInfo | Get (this List< DeltaVEngineResourcePartInfo > list, DeltaVPartInfo partInfo) |
Extension to search DeltaVEngineResourcePartInfo for matching DeltaVPartInfo reference and return the DeltaVEngineResourcePartInfo list entry. More... | |
static int | GetHighestPartSeparationIndex (this List< DeltaVEngineResourcePartInfo > list, int stage) |
Returns the highest decoupleStage value in the passed in parts that is LOWER (in other words higher up the stage stack) than the passed in stage. More... | |
static List< DeltaVPartInfo > | PartInfoList (this List< DeltaVEngineResourcePartInfo > list) |
Return a List of DeltaVPartInfo from DeltaVEngineResourcePartInfo List. More... | |
static List < DeltaVEngineResourcePartInfo > | PartsMatchingSeparationIndex (this List< DeltaVEngineResourcePartInfo > inputParts, int index) |
Processes passed in list of parts and returns a list of those where their decouple stage matches the passed in index. More... | |
|
inlinestatic |
Extension to search DeltaVEngineResourcePartInfo for matching Part reference
list | this |
part | The Part to match against |
|
inlinestatic |
Extension to search DeltaVEngineResourcePartInfo for matching DeltaVPartInfo reference and return the DeltaVEngineResourcePartInfo list entry.
list | this |
part | The Part to match against |
|
inlinestatic |
Returns the highest decoupleStage value in the passed in parts that is LOWER (in other words higher up the stage stack) than the passed in stage.
list | this |
stage | The Stage index we are matching against |
|
inlinestatic |
Return a List of DeltaVPartInfo from DeltaVEngineResourcePartInfo List.
list | this |
|
inlinestatic |
Processes passed in list of parts and returns a list of those where their decouple stage matches the passed in index.
inputParts | List of parts (usually output from GetEngineResourceParts) |
index | The stage index - usually the highest separation index for all the parts in the stage. |