Skip to content
Michael Billard edited this page Jun 29, 2019 · 1 revision

This precondition checks to see if a kerbal's experience level matches the desired value and type of check to make. For instance you could check to see if a kerbal is above 3 stars. Example definition: PRECONDITION { name = CheckSkillLevel valueToCheck = 3 checkType = checkGreaterOrEqual //Default value }

Fields

valueToCheck

The value to check for

checkType

Type of check to make Default: checkGreaterOrEqual

Methods

Constructor

Initializes a new instance of the class.

Parameters

node: A ConfigNode containing initialization parameters. parameters from the class also apply.

Clone this wiki locally