Back to Home
ESO Function Data v101039
SelectAndChangeSort()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/inventory/inventory.lua:1194
--
function ZO_InventoryManager:SelectAndChangeSort(inventoryType, tabFilterType, newSortKey, newSortOrder)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/storewindow/keyboard/storewindow_keyboard.lua:244
--
PLAYER_INVENTORY:SelectAndChangeSort(INVENTORY_BACKPACK, ITEMFILTERTYPE_ALL, "sellInformationSortOrder", ZO_SORT_ORDER_UP)
ingame/storewindow/keyboard/storewindow_keyboard.lua:255
--
PLAYER_INVENTORY:SelectAndChangeSort(INVENTORY_BACKPACK, ITEMFILTERTYPE_ALL, "statusSortOrder", ZO_SORT_ORDER_DOWN)