Skip to content

HasCrewCapacity Parameter

Jeremie Rossignol edited this page Feb 12, 2016 · 5 revisions

Parameter to require that the Vessel in question must have a certain crew capacity.

PARAMETER
{
    name = HasCrewCapacity
    type = HasCrewCapacity

    // Minimum and maximum crew capacity required.
    //
    // Type:      int
    // Required:  No
    // Default:   1 (minCapacity)
    //            int.MaxValue (maxCapacity)
    //
    minCapacity = 1
    maxCapacity = 10

    // Text to use for the parameter
    //
    // Type:      string
    // Required:  No (defaulted)
    // Default:   Crew Capacity: Between <min> and <max>
    //title =
}
Clone this wiki locally