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.MissionPreflightCheck Class Reference
Inheritance diagram for Expansions.Missions.MissionPreflightCheck:
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...
 
 MissionPreflightCheck (VesselRestriction vesselRestriction)
 The preflight check constructor. More...
 
bool Test ()
 Tests if the vessel restriction is complete. More...
 

Constructor & Destructor Documentation

Expansions.Missions.MissionPreflightCheck.MissionPreflightCheck ( VesselRestriction  vesselRestriction)
inline

The preflight check constructor.

Parameters
vesselRestrictionThe VesselRestriction that will be validated before launch

Member Function Documentation

string Expansions.Missions.MissionPreflightCheck.GetAbortOption ( )
inline

The text in the popup button when the PreFlightCheck fails.

Returns

Implements PreFlightTests.IPreFlightTest.

string Expansions.Missions.MissionPreflightCheck.GetProceedOption ( )
inline

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

Implements PreFlightTests.IPreFlightTest.

string Expansions.Missions.MissionPreflightCheck.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.MissionPreflightCheck.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.MissionPreflightCheck.Test ( )
inline

Tests if the vessel restriction is complete.

Implements PreFlightTests.IPreFlightTest.


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