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

Static Public Member Functions

static bool Contains (this List< DeltaVEngineInfo > list, Part part)
 Extension to search DeltaVEngineInfo for matching Part reference More...
 
static DeltaVEngineInfo Get (this List< DeltaVEngineInfo > list, Part part)
 Extension to search DeltaVPartInfo for matching Part reference and return the DeltaVPartInfo list entry. More...
 

Member Function Documentation

static bool DeltaVEngineExtensions.Contains ( this List< DeltaVEngineInfo list,
Part  part 
)
inlinestatic

Extension to search DeltaVEngineInfo for matching Part reference

Parameters
listthis
partThe Part to match against
Returns
True if part field matches the part passed in. Otherwise False.
static DeltaVEngineInfo DeltaVEngineExtensions.Get ( this List< DeltaVEngineInfo list,
Part  part 
)
inlinestatic

Extension to search DeltaVPartInfo for matching Part reference and return the DeltaVPartInfo list entry.

Parameters
listthis
partThe Part to match against
Returns
The matching DeltaVPartInfo list entry, or Null if not found.

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