You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Billard edited this page Jun 29, 2019
·
1 revision
This precondition checks to see if a vessel's crew count matches the desired parameter. Example definition: PRECONDITION { name = CheckCrewCount valueToCheck = 1 checkType = checkEquals //Default value }
Fields
valueToCheck
The value to check for
checkType
Type of check to make
Methods
Constructor
Initializes a new instance of the class.
Parameters
node: A ConfigNode containing initialization parameters. parameters from the class also apply.