RecoverKerbal Parameter - jrossignol/ContractConfigurator GitHub Wiki
The RecoverKerbal parameter is met when the named Kerbal is "recovered" (ie. goes back in to the available list at the astronaut complex).
PARAMETER
{
name = RecoverKerbal
type = RecoverKerbal
// The Kerbal(s) to be recovered.
//
// Type: Kerbal
// Required: No (multiples allowed)
//
kerbal = Jebediah Kerman
// Alternate method of identifying the Kerbal - zero based index of the
// entry in a SpawnKerbal or SpawnVessel BEHAVIOUR node.
//
// Type: int
// Required: No (defaulted)
// Default: 0
//
//index = 0
// Text to use for the parameter
// Default =
//
// Type: string
// Required: No (defaulted)
// Default: <kerbal>: Recovered
//
//title =
}