Kerbal Space Program
1.12.4
|
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... | |
|
inline |
The preflight check constructor.
vesselRestriction | The VesselRestriction that will be validated before launch |
|
inline |
The text in the popup button when the PreFlightCheck fails.
Implements PreFlightTests.IPreFlightTest.
|
inline |
The text in the button to allow skipping this preflight check, its disabled in this case.
Implements PreFlightTests.IPreFlightTest.
|
inline |
The description that will be displayed inside the popup window in the editor when the PreFligtCheck fails.
Implements PreFlightTests.IPreFlightTest.
|
inline |
The title that will be displayed in the popup window in the editor when the PreFligtCheck fails.
Implements PreFlightTests.IPreFlightTest.
|
inline |
Tests if the vessel restriction is complete.
Implements PreFlightTests.IPreFlightTest.