-
Notifications
You must be signed in to change notification settings - Fork 72
CelestialBodyCoverage Parameter
Jeremie Rossignol edited this page Jul 14, 2015
·
4 revisions
The CelestialBodyCoverage parameter requires that a minimum communication coverage of the given celestial body is reached.
PARAMETER:NEEDS[RemoteTech]
{
name = CelestialBodyCoverage
type = CelestialBodyCoverage
// Target body, defaulted from the contract if not supplied.
//
// Type: CelestialBody
// Required: No (defaulted)
//
targetBody = Duna
// The percentage (0.0 to 1.0) of communication coverage that is
// needed to meet the contract parameter.
//
// Type: double
// Required: Yes
//
coverage = 0.80
// Text to use for the parameter's title.
//
// Type: string
// Required: No (defaulted)
// Default: <body>: Communication coverage: <coverage> %
//
//title =
}
- 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