-
Notifications
You must be signed in to change notification settings - Fork 67
HasPassengers Parameter
Jeremie Rossignol edited this page Jul 6, 2015
·
6 revisions
Parameter to indicate that the Vessel in question must have a certain number of passengers (or must have fewer than a certain number). Use with the SpawnPassengers behaviour.
PARAMETER { name = HasPassengers type = HasPassengers // Number of passengers to load onto the ship. // // Type: int // Required: No (defaulted) // Default: 0 (all passengers) // count = 1 // Start index in the SpawnPassengers behaviour // // Type: int // Required: No (defaulted) // Default: 0 // index = 0 // Text to use for the parameter // Default Passengers loaded : //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