-
Notifications
You must be signed in to change notification settings - Fork 67
HasCrewCapacity Parameter
Jeremie Rossignol edited this page Jun 29, 2015
·
5 revisions
Parameter to require that the Vessel in question must have a certain crew capacity.
PARAMETER
{
name = HasCrewCapacity
type = HasCrewCapacity
// Minimum/maximum capacity required. Defaults are 1 and int.MaxValue,
// respectively
minCapacity = 1
maxCapacity = 10
// Text to use for the parameter.
// 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