SortOption
This construct represents a way of sorting results that a player can use when searching resources in the resource (orange) section of the system.
JSON Format
{
"type": "SortOption",
"name": ...,
"stat": ...,
"true_name": ...,
"false_name": ...,
"options": ...,
"options_display_stat": ...,
"order": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
order | SortByOrder | Optional. Defaults to asc. The order to use when sorting. |