Config type representing a sort option.
short
short
Function | Description |
---|---|
cst_sort() | Config type representing a sort option |
sort_native_get() | Get an int from a Sort config item - Implements ConfigSetType::native_get() |
sort_native_set() | Set a Sort config item by int - Implements ConfigSetType::native_set() |
sort_reset() | Reset a Sort to its initial value - Implements ConfigSetType::reset() |
sort_string_get() | Get a Sort as a string - Implements ConfigSetType::string_get() |
sort_string_set() | Set a Sort by string - Implements ConfigSetType::string_set() |