forked from tgruetzm/Snacks
-
Notifications
You must be signed in to change notification settings - Fork 14
CheckCondition
Michael Billard edited this page Jun 29, 2019
·
1 revision
This precondition Checks a kerbal's condition summary to see if it exists or not. The precondition is valid if the kerbal's condition summary matches the parameters of the precondition. Example definition: PRECONDITION { name = CheckCondition conditionSummary = Sleepy mustExist = true }
Name of the condition to check
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.