forked from tgruetzm/Snacks
-
Notifications
You must be signed in to change notification settings - Fork 14
CheckKeyValue
Michael Billard edited this page Jun 29, 2019
·
1 revision
This precondition Checks a kerbal's key-value and validates it against the supplied parameters. Example definition: PRECONDITION { name = CheckKeyValue keyValueName = State checkType = checkEquals stringValue = Bored }
Name of the key-value
String value of the key. Takes precedence over the int values.
Integer value of the key
Type of check to make
Initializes a new instance of the class.
node: A ConfigNode containing initialization parameters. parameters from the class also apply.