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
Expansions.Missions.MissionBlackListPreFlightCheck Class Reference
Inheritance diagram for Expansions.Missions.MissionBlackListPreFlightCheck:
PreFlightTests.IPreFlightTest

Public Member Functions

string GetAbortOption ()
 The text in the popup button when the PreFlightCheck fails. More...
 
string GetProceedOption ()
 The text in the button to allow skipping this preflight check, its disabled in this case. More...
 
string GetWarningDescription ()
 The description that will be displayed inside the popup window in the editor when the PreFligtCheck fails. More...
 
string GetWarningTitle ()
 The title that will be displayed in the popup window in the editor when the PreFligtCheck fails. More...
 
 MissionBlackListPreFlightCheck (VesselSituation situation, ShipConstruct ship)
 The preflight check constructor. More...
 
bool Test ()
 Tests if the vessel has any black listed parts. More...
 

Constructor & Destructor Documentation

Expansions.Missions.MissionBlackListPreFlightCheck.MissionBlackListPreFlightCheck ( VesselSituation  situation,
ShipConstruct  ship 
)
inline

The preflight check constructor.

Parameters
situationThe VesselSituation that will be validated before launch
shipThe ShipConstruct to check against the VesselSituation

Member Function Documentation

string Expansions.Missions.MissionBlackListPreFlightCheck.GetAbortOption ( )
inline

The text in the popup button when the PreFlightCheck fails.

Returns

Implements PreFlightTests.IPreFlightTest.

string Expansions.Missions.MissionBlackListPreFlightCheck.GetProceedOption ( )
inline

The text in the button to allow skipping this preflight check, its disabled in this case.

Implements PreFlightTests.IPreFlightTest.

string Expansions.Missions.MissionBlackListPreFlightCheck.GetWarningDescription ( )
inline

The description that will be displayed inside the popup window in the editor when the PreFligtCheck fails.

Implements PreFlightTests.IPreFlightTest.

string Expansions.Missions.MissionBlackListPreFlightCheck.GetWarningTitle ( )
inline

The title that will be displayed in the popup window in the editor when the PreFligtCheck fails.

Implements PreFlightTests.IPreFlightTest.

bool Expansions.Missions.MissionBlackListPreFlightCheck.Test ( )
inline

Tests if the vessel has any black listed parts.

Implements PreFlightTests.IPreFlightTest.


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