NoStaging Parameter - jrossignol/ContractConfigurator GitHub Wiki
The NoStaging parameter is used to either prevent a VesselParameterGroup from completing or to fail a contract outright when a vessel is staged. Note that the following are considered staging events:
- Decoupling using a decoupler (either through the right click menu or a staging event).
- Undocking/decoupling two docking nodes.
The following are not considered staging events:
- A part breaking off
- Launch clamps releasing.
PARAMETER
{
name = NoStaging
type = NoStaging
// Whether the entire contract should fail or just the parameter when
// the timer reaches zero.
//
// Type: bool
// Required: No (defaulted)
// Default: true
//
failContract = true
}