Select
This view allows the player to select one or multiple options from an array of pre-approved selections.
JSON Format
{
"type": "select",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...,
"stat": ...,
"meta_stat": ...,
"options": ...,
"allowed_options": ...,
"resource_options": ...,
"max_selection_amount": ...,
"options_display_stat": ...,
"multi_select": ...,
"style": ...,
"should_auto_save": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
should_auto_save | bool | ✓ | Optional. Defaults to false. This flag indicates if any change to the control's state should automatically be saved for the resource / character, without giving the player the option to choose if they want to save or not. |