forked from tgruetzm/Snacks
-
Notifications
You must be signed in to change notification settings - Fork 14
CheckSkill
Michael Billard edited this page Jun 29, 2019
·
1 revision
This precondition checks to see if a kerbal's skill matches the desired parameter. For instance, you could check to see if a kerbal has the ScienceSkill. Example definition: PRECONDITION { name = CheckSkill skillToCheck = ScienceSkill mustExist = true }
The value to check for
Type of check to make Default: checkGreaterOrEqual
Name of the skill 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.
Initializes a new instance of the class.
node: A ConfigNode containing initialization parameters. parameters from the class also apply.