Skip to content
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 }

Fields

The value to check for

Type of check to make Default: checkGreaterOrEqual

skillToCheck

Name of the skill to check

mustExist

Flag to indicate pressence (true) or absence (false) of the value to check.

Methods

Constructor

Initializes a new instance of the class.

Parameters

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

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