-
Notifications
You must be signed in to change notification settings - Fork 67
TargetDestroyed Parameter
Jeremie Rossignol edited this page Aug 25, 2015
·
1 revision
The TargetDestroyed indicates that a specific target vessel (or vessels) must be destroyed. Use it for setting up targets for weapons mods.
PARAMETER { name = TargetDestroyed type = TargetDestroyed // The vessel attribute is the *defined* name of the vessel that should // not be destroyed. This is a name of a vessel defined either with // the define attribute of a VesselParameterGroup parameter, or via the // SpawnVessel behaviour. // // Type: VesselIdentifier // Required: Yes (multiples allowed) // vessel = First Target vessel = Second Target // Text for the contract parameter. // // Type: string // Required: No (defaulted) // Default: Target destroyed // //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