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

This precondition checks to see if a kerbal's badass status against the badassExists flag. Both must match in order for the precondition to be validated. Example definition: PRECONDITION { name = CheckBadass mustExist = true }

Fields

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.

Clone this wiki locally