-
Notifications
You must be signed in to change notification settings - Fork 71
NoStaging Parameter
Jeremie Rossignol edited this page Jul 28, 2016
·
2 revisions
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
}
- Vessel Parameters
- VesselParameterGroup
- Vessel Attributes
- Vessel State
- Vessel History
- RemoteTech
- Kerbal Parameters
- Progression Parameters
- Negative Parameters
- Set Parameters
- Planetary Parameters
- Miscellaneous Parameters
Contract Configurator
Configuration File Syntax
Extending Contract Configurator