Description
Provides the value (a choice of Custom Strings) of a new option setting that will appear in the Workshop Settings card as a combo box. This value returns the index of the selected choice.
Return
The index of the selected value in the Options array.
unsigned int
Arguments
Name: Category
Description: The name of the category in which this setting will be found.
Type: Object
Default: Custom StringName: Name
Description: The name of this setting.
Type: Object
Default: Custom StringName: Default
Description: The default value for this setting.
Type: Integer
Default: 0Name: Options
Description: The options for this setting.
Type: Array
Default: ArrayName: Sort Order
Description: The sort order of the setting relative to other settings in the same category. Settings with a higher sort order will come after settings with a lower sort order.
Type: Integer
Default: 0