Skip to content

PlantFlag Parameter

Jeremie Rossignol edited this page Jul 14, 2015 · 3 revisions

The PlantFlag parameter is met when planting a flag on the given body.

PARAMETER
{
    name = PlantFlag
    type = PlantFlag

    // Target body, defaulted from the contract if not supplied.
    //
    // Type:      CelestialBody
    // Required:  No (defaulted)
    //
    targetBody = Kerbin

    // Text to use for the parameter
    //
    // Type:      string
    // Required:  No (defaulted)
    // Default:   Plant a flag on <targetBody>
    //
    //title =
}
Clone this wiki locally