forked from tgruetzm/Snacks
-
Notifications
You must be signed in to change notification settings - Fork 14
CheckVesselStatus
Michael Billard edited this page Jun 29, 2019
·
1 revision
This precondition checks the vessel status against the supplied parameters. Example definition: PRECONDITION { name = CheckVesselStatus situation = LANDED situation = SPLASHED }
List of situations to check the vessel against. In the config file, separate each situation to check on a separate line. Ex: situation = LANDED situation = SPLASHED Valid situations: LANDED, SPLASHED, ESCAPING, FLYING, ORBITING, SUB_ORBITAL, PRELAUNCH
Optional name of the planetary body where the vessel must be located.
Optional altitude in meters that the vessel must be at.
The type of check to make against metersAltitude.
Initializes a new instance of the class.
node: A ConfigNode containing initialization parameters. parameters from the class also apply.