forked from tgruetzm/Snacks
-
Notifications
You must be signed in to change notification settings - Fork 14
CheckTrait
Michael Billard edited this page Jun 29, 2019
·
1 revision
This precondition checks to see if a kerbal's trait matches the desired parameter. For instance, you could check to see if a kerbal is an Engineer. Example definition: PRECONDITION { name = CheckTrait traitToCheck = Engineer mustExist = true }
Name of the trait 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.