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

Checks for whether the vessel has air breathing engines and intakes connected to them. if no intakes are found when engines are present, the test fails. More...

Inheritance diagram for PreFlightTests.IntakesForAirBreathingEngines:
PreFlightTests.DesignConcernBase PreFlightTests.IDesignConcern

Public Member Functions

override List< PartGetAffectedParts ()
 
override string GetConcernDescription ()
 
override string GetConcernTitle ()
 
override DesignConcernSeverity GetSeverity ()
 
 IntakesForAirBreathingEngines (ShipConstruct ship, EditorFacility facility)
 
override bool TestCondition ()
 
- Public Member Functions inherited from PreFlightTests.DesignConcernBase
virtual EditorFacilities GetEditorFacilities ()
 
bool GetPreviousResult ()
 
bool Test ()
 

Additional Inherited Members

- Events inherited from PreFlightTests.DesignConcernBase
Callback< bool > TestResultChanged
 
- Events inherited from PreFlightTests.IDesignConcern
Callback< bool > testResultChanged
 

Detailed Description

Checks for whether the vessel has air breathing engines and intakes connected to them. if no intakes are found when engines are present, the test fails.

Constructor & Destructor Documentation

PreFlightTests.IntakesForAirBreathingEngines.IntakesForAirBreathingEngines ( ShipConstruct  ship,
EditorFacility  facility 
)
inline

Member Function Documentation

override List<Part> PreFlightTests.IntakesForAirBreathingEngines.GetAffectedParts ( )
inlinevirtual

Returns
a list of engines missing intakes

Reimplemented from PreFlightTests.DesignConcernBase.

override string PreFlightTests.IntakesForAirBreathingEngines.GetConcernDescription ( )
inlinevirtual
override string PreFlightTests.IntakesForAirBreathingEngines.GetConcernTitle ( )
inlinevirtual
override DesignConcernSeverity PreFlightTests.IntakesForAirBreathingEngines.GetSeverity ( )
inlinevirtual
override bool PreFlightTests.IntakesForAirBreathingEngines.TestCondition ( )
inlinevirtual

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