Skip to content

ReturnHome Parameter

Jeremie Rossignol edited this page Nov 20, 2015 · 4 revisions

The ReturnHome parameter requires a player to return home (ideally after meeting their other contract objectives). Specifically, this checks that the player is landed or splashed down on Kerbin (or whatever the homeworld is).

PARAMETER
{
    name = ReturnHome
    type = ReturnHome

    // Text for the contract parameter.
    //
    // Type:      string
    // Required:  No (defaulted)
    // Default:   Return home.
    //
    //title =
}
Clone this wiki locally