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": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
style | SelectRPGViewStyle | Optional. Defaults to dropdown. The style of the view. |