forked from tgruetzm/Snacks
-
Notifications
You must be signed in to change notification settings - Fork 14
CheckResource
Michael Billard edited this page Jun 29, 2019
·
1 revision
This precondition checks to see if a vessel or roster resource meets the supplied parameters. Example definition: PRECONDITION { name = CheckResource resourceName = Stress checkType = checkEquals valueToCheck = 3.0 }
Name of the resource to check
The conditional type to use during the validation.
The value to check for
Flag to indicate whether or not to check the resource's max amount instead of the curren amount;
Initializes a new instance of the class.
node: A ConfigNode containing initialization parameters. parameters from the class also apply.