-
Notifications
You must be signed in to change notification settings - Fork 71
All Parameter
Jeremie Rossignol edited this page Nov 15, 2015
·
1 revision
The All parameter is completed once all its child parameters are completed.
PARAMETER
{
name = All
type = All
// The text to display. Highly recommended not to use the default text, as
// when the parameter is complete the text of the children disappears (and
// the default text doesn't give the player a very good idea what the
// parameter was about).
//
// Type: string
// Required: No (defaulted)
// Default: Complete ALL of the following
//
title = Do these things
// Child parameters look just like a regular parameter (and can be infinitely
// nested)
PARAMETER
{
name = ReachState
type = ReachState
minAltitude = 20000
maxAltitude = 50000
minSpeed = 1000
maxSpeed = 5000
}
PARAMETER
{
name = HasCrew
type = HasCrew
}
}
- 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