-
Notifications
You must be signed in to change notification settings - Fork 72
KSCConnectivity Parameter
Jeremie Rossignol edited this page Jul 14, 2015
·
3 revisions
The KSCConnectivity parameter requires that a vessel has connectivity to the Kerbal Space Center (ie. Mission Control).
PARAMETER:NEEDS[RemoteTech]
{
name = KSCConnectivity
type = KSCConnectivity
// Whether to check for connectivity or the lack of connectivity.
//
// Type: bool
// Required: No (defaulted)
// Default: true
//
hasConnectivity = true
// Text to use for the parameter's title.
//
// Type: string
// Required: No (defaulted)
// Default: Connected to KSC
//
//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