-
Notifications
You must be signed in to change notification settings - Fork 71
VesselMass Parameter
Jeremie Rossignol edited this page Jul 14, 2015
·
4 revisions
The VesselMass parameter requires a player's vessel to be within the specified mass range.
PARAMETER
{
name = VesselMass
type = VesselMass
// Minimum and maximum mass.
//
// Type: float
// Required: No (defaulted)
// Default: 0.0 (minMass)
// float.MaxValue (maxMass)
//
minMass = 1.0
maxMass = 10.0
// Text for the contract parameter.
//
// Type: string
// Required: No (defaulted)
// Default: Vessel mass: <mass>
//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