forked from tgruetzm/Snacks
-
Notifications
You must be signed in to change notification settings - Fork 14
CheckBreathableAir
Michael Billard edited this page May 14, 2021
·
1 revision
This precondition checks to see if a kerbal or vessel is in an environemnt with breathable air, and matches it with the expected parameter. The vessel's celestial body must have an atmosphere with oxygen, and the vessel altitude must be between sea level and half the atmosphere height. Example definition: PRECONDITION { name = CheckBreathableAir mustExist = false }
Flag to indicate pressence (true) or absence (false) of the value to check.
Initializes a new instance of the class.
node: A ConfigNode containing initialization parameters. parameters from the class also apply.