-
Notifications
You must be signed in to change notification settings - Fork 67
HasCrewCapacity Parameter
Jeremie Rossignol edited this page Feb 12, 2016
·
5 revisions
Parameter to require that the Vessel in question must have a certain crew capacity.
PARAMETER { name = HasCrewCapacity type = HasCrewCapacity // Minimum and maximum crew capacity required. // // Type: int // Required: No // Default: 1 (minCapacity) // int.MaxValue (maxCapacity) // minCapacity = 1 maxCapacity = 10 // Text to use for the parameter // // Type: string // Required: No (defaulted) // Default: Crew Capacity: Between <min> and <max> //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