- ingame/giftinventory/keyboard/giftinventoryreceived_keyboard.lua:14 --
self:SetSortFunction(function(leftEntry, rightEntry) return ZO_GiftInventory_Manager.CompareReceived(leftEntry.data, rightEntry.data, self.currentSortKey, self.currentSortOrder) end)
- ingame/giftinventory/keyboard/giftinventoryreturned_keyboard.lua:14 --
self:SetSortFunction(function(leftEntry, rightEntry) return ZO_GiftInventory_Manager.CompareReturned(leftEntry.data, rightEntry.data, self.currentSortKey, self.currentSortOrder) end)
- ingame/giftinventory/keyboard/giftinventorysent_keyboard.lua:14 --
self:SetSortFunction(function(leftEntry, rightEntry) return ZO_GiftInventory_Manager.CompareSent(leftEntry.data, rightEntry.data, self.currentSortKey, self.currentSortOrder) end)
- ingame/giftinventory/keyboard/giftinventorythanked_keyboard.lua:14 --
self:SetSortFunction(function(leftEntry, rightEntry) return ZO_GiftInventory_Manager.CompareSent(leftEntry.data, rightEntry.data, self.currentSortKey, self.currentSortOrder) end)