Back to Home
ESO Function Data v100025
sort()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- No known global definitions for this function.
Local Function Definitions
- No known local definitions for this function.
Function Calls
- common/rzchroma/rzchroma_manager.lua:78 -- table.sort(activeDeviceEffects, EffectSort)
- ingame/battleground/battlegroundmedalinfo_shared.lua:150 -- table.sort(self.scoreboardEntryRawMedalData, MedalSort)
- ingame/battleground/battlegroundobjectivestatedisplay.lua:46 -- table.sort(self.objectives, self.sortFunction)
- ingame/battleground/battlegroundscoreboard.lua:277 -- table.sort(self.playerEntryData, SortPlayerData)
- ingame/battleground/battlegroundscorehud.lua:193 -- table.sort(self.teamSections, self.teamSectionSort)
- ingame/buffdebuff/buffdebuffstyles.lua:135 -- table.sort(self.sortedBuffs, self.SortCallbackFunction)
- ingame/buffdebuff/buffdebuffstyles.lua:138 -- table.sort(self.sortedDebuffs, self.SortCallbackFunction)
- ingame/cadwell/gamepad/cadwell_gamepad.lua:91 -- table.sort(zones, ZO_CadwellSort)
- ingame/cadwell/keyboard/cadwell.lua:131 -- table.sort(objectives, ZO_CadwellSort)
- ingame/cadwell/keyboard/cadwell.lua:138 -- table.sort(zones, ZO_CadwellSort)
- ingame/campaign/campaignbrowser.lua:549 -- table.sort(self.filteredList, self.sortFunction)
- ingame/campaign/campaignbrowser_shared.lua:194 -- table.sort(rulesetIds, compareDuration)
- ingame/campaign/campaignscoring_shared.lua:68 -- table.sort(scoreInfos, ScoreInfoComparator)
- ingame/campaign/gamepad/campaignbrowser_gamepad.lua:872 -- table.sort(self.masterList, function(left, right) return ZO_TableOrderingFunction(left, right, "campaignSort", DEFAULT_GAMEPAD_CAMPAIGN_ITEM_SORT, ZO_SORT_ORDER_UP) end)
- ingame/campaign/gamepad/campaignemperor_gamepad.lua:106 -- table.sort(self.leaderboardAlliances, LeaderboardSortFunc)
- ingame/centerscreenannounce/centerscreenannounce.lua:1211 -- table.sort(self.displayQueue, SortMessageParams)
- ingame/championperks/championperks.lua:1529 -- table.sort(self.starsToAnimateForConfirm, SortConfirmStars)
- ingame/chatsystem/chatoptions.lua:205 -- table.sort(sortedEntries, FilterComparator)
- ingame/chatsystem/sharedchatsystem.lua:2284 -- table.sort(switches)
- ingame/chatsystem/gamepad/chatmenu_gamepad.lua:112 -- table.sort(switches)
- ingame/collections/collectibledatamanager.lua:574 -- table.sort(self.sortedCollectibles, function(left, right)
if left:IsUnlocked() ~= right:IsUnlocked() then
return left:IsUnlocked()
elseif left:GetSortOrder() ~= right:GetSortOrder() then
return left:GetSortOrder() < right:GetSortOrder()
elseif left:IsValidForPlayer() ~= right:IsValidForPlayer() then
return left:IsValidForPlayer()
else
return collectibleNameLookupTable[left:GetId()] < collectibleNameLookupTable[right:GetId()]
end
end)
- ingame/collections/collectibledatamanager.lua:596 -- table.sort(tempTable, function(left, right)
return left.name < right.name
end)
- ingame/collections/collectibledatamanager.lua:670 -- table.sort(tempTable, function(left, right)
return left.name < right.name
end)
- ingame/collections/collectibledatamanager.lua:704 -- table.sort(self.sortedCollectibles, function(left, right)
if left:IsUnlocked() ~= right:IsUnlocked() then
return left:IsUnlocked()
elseif left:GetOutfitStyleItemStyleId() ~= right:GetOutfitStyleItemStyleId() then
return itemStyleNameLookupTable[left:GetOutfitStyleItemStyleId()] < itemStyleNameLookupTable[right:GetOutfitStyleItemStyleId()]
elseif left:GetSortOrder() ~= right:GetSortOrder() then
return left:GetSortOrder() < right:GetSortOrder()
else
return collectibleNameLookupTable[left:GetId()] < collectibleNameLookupTable[right:GetId()]
end
end)
- ingame/collections/collectibledatamanager.lua:737 -- table.sort(self.sortedCollectibles, function(left, right)
if left:IsPrimaryResidence() ~= right:IsPrimaryResidence() then
return left:IsPrimaryResidence()
elseif left:IsUnlocked() ~= right:IsUnlocked() then
return left:IsUnlocked()
elseif left:GetSortOrder() ~= right:GetSortOrder() then
return left:GetSortOrder() < right:GetSortOrder()
else
return collectibleNameLookupTable[left:GetId()] < collectibleNameLookupTable[right:GetId()]
end
end)
- ingame/collections/collectibledatamanager.lua:770 -- table.sort(self.sortedCollectibles, function(left, right)
if left:GetSortOrder() ~= right:GetSortOrder() then
return left:GetSortOrder() < right:GetSortOrder()
else
return collectibleNameLookupTable[left:GetId()] < collectibleNameLookupTable[right:GetId()]
end
end)
- ingame/contacts/notifications_common.lua:1483 -- table.sort(scrollData, self.sortFunction)
- ingame/contacts/notifications_common.lua:1564 -- table.sort(self.list.dataList, function(listEntry1, listEntry2) return self:CompareNotifications(listEntry1, listEntry2) end)
- ingame/contacts/keyboard/friendslist_keyboard.lua:193 -- table.sort(scrollData, self.sortFunction)
- ingame/contacts/keyboard/ignorelist_keyboard.lua:112 -- table.sort(scrollData, self.sortFunction)
- ingame/crafting/gamepad/gamepadcraftinginventory.lua:122 -- table.sort(filteredDataTable, sortFunction)
- ingame/crafting/keyboard/craftinginventory.lua:299 -- table.sort(scrollData, self.sortFunction)
- ingame/crowncrates/crowncratespackchoosing.lua:897 -- table.sort(crateIds, function(a, b) return a > b end)
- ingame/crowncrates/keyboard/crowngemification_keyboard.lua:181 -- table.sort(self.personalList, self.SortData)
- ingame/deathrecap/deathrecap.lua:237 -- table.sort(attacks, SortAttacks)
- ingame/dyeing/dyeing_shared.lua:47 -- table.sort(slotsTable, DyeableSlotSortComparator)
- ingame/dyeing/dyeing_shared.lua:403 -- table.sort(sortedCategories)
- ingame/dyeing/dyeing_shared.lua:710 -- table.sort(self.dyesByHueCategory[hueCategory], ZO_Dyeing_DyeSortComparator)
- ingame/dyeing/dyeing_shared.lua:713 -- table.sort(self.dyesByRarity[rarity], ZO_Dyeing_DyeSortComparator)
- ingame/dyeing/gamepad/dyeing_gamepad.lua:301 -- table.sort(tempTable, ZO_DyeSwatchesGridSort)
- ingame/giftinventory/gamepad/giftinventorycategory_gamepad.lua:131 -- table.sort(entries, self.giftSortFunction)
- ingame/giftinventory/keyboard/giftinventorycategory_keyboard.lua:78 -- table.sort(scrollData, self.sortFunction)
- ingame/guild/guildheraldry_shared.lua:391 -- table.sort(sortedCategories)
- ingame/guild/gamepad/guildheraldry_gamepad.lua:739 -- table.sort(swatches, ZO_Dyeing_DyeSortComparator)
- ingame/guild/gamepad/guildhistory_gamepad.lua:410 -- table.sort(self.guildEvents, function(event1, event2) return event1.secsSinceEvent < event2.secsSinceEvent end)
- ingame/guild/keyboard/guildheraldry_keyboard.lua:445 -- table.sort(swatches, ZO_Dyeing_DyeSortComparator)
- ingame/guild/keyboard/guildhistory_keyboard.lua:275 -- table.sort(scrollData, self.sortFunction)
- ingame/guild/keyboard/guildroster_keyboard.lua:149 -- table.sort(scrollData, self.sortFunction)
- ingame/help/gamepad/help_submitfeedback_gamepad.lua:128 -- table.sort(iterationEntries, fieldData.sortFunction)
- ingame/help/keyboard/helpsubmitfeedback_keyboard.lua:74 -- table.sort(iterationEntries, fieldData.sortFunction)
- ingame/housingeditor/furnitureclasses_shared.lua:645 -- table.sort(self.subcategories, SortCategories)
- ingame/housingeditor/housesettings_manager.lua:132 -- table.sort(houseEntries, ZO_HouseSettings_HouseEntrySort)
- ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:448 -- table.sort(sortedEntries, self.CompareFurnitureEntriesFunction)
- ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:400 -- table.sort(scrollData, self.CompareFurnitureEntriesFunction)
- ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:524 -- table.sort(scrollData, self.sortFunction)
- ingame/inventory/inventory.lua:1060 -- table.sort(scrollData, inventory.sortFn)
- ingame/inventory/inventorywallet.lua:142 -- table.sort(scrollData, self.sortFunction)
- ingame/inventory/gamepad/gamepadinventory.lua:1052 -- table.sort(filteredDataTable, ZO_GamepadInventory_QuestItemSortComparator)
- ingame/inventory/gamepad/gamepadinventory.lua:1060 -- table.sort(filteredDataTable, ZO_GamepadInventory_DefaultItemSortComparator)
- ingame/inventory/gamepad/inventoryitemimprovement_gamepad.lua:132 -- table.sort(self.enumeratedList, self.sortComparator)
- ingame/inventory/gamepad/inventorylist_gamepad.lua:421 -- table.sort(slots, self.sortFunction or ItemSortFunc)
- ingame/leveluprewards/leveluprewards_manager.lua:91 -- table.sort(self.pendingLevelUpRewards, function(...) return self:SortRewardAndAdditionalUnlockEntries(...) end)
- ingame/leveluprewards/leveluprewards_manager.lua:106 -- table.sort(self.upcomingLevelUpRewards, function(...) return self:SortRewardAndAdditionalUnlockEntries(...) end)
- ingame/leveluprewards/leveluprewards_manager.lua:122 -- table.sort(self.upcomingMilestoneLevelUpRewards, function(...) return self:SortRewardAndAdditionalUnlockEntries(...) end)
- ingame/lfg/zo_activityfinderroot_manager.lua:230 -- table.sort(sortedActivityData, LFGSort)
- ingame/lorelibrary/gamepad/bookset_gamepad.lua:97 -- table.sort(books, BookSorter)
- ingame/lorelibrary/gamepad/library_gamepad.lua:72 -- table.sort(categories, NameSorter)
- ingame/lorelibrary/gamepad/library_gamepad.lua:90 -- table.sort(collections, NameSorter)
- ingame/lorelibrary/keyboard/lorelibrary_keyboard.lua:138 -- table.sort(categories, NameSorter)
- ingame/lorelibrary/keyboard/lorelibrary_keyboard.lua:158 -- table.sort(collections, NameSorter)
- ingame/lorelibrary/keyboard/lorelibrary_keyboard.lua:269 -- table.sort(scrollData, BookEntryComparator)
- ingame/mail/gamepad/mailinbox_gamepad.lua:676 -- table.sort(entries, SortFunction)
- ingame/mail/keyboard/mailinbox_keyboard.lua:280 -- table.sort(scrollData, self.sortFunction)
- ingame/map/maplocationtooltip.lua:54 -- table.sort(groupings, SortGroupings)
- ingame/map/maplocationtooltip.lua:58 -- table.sort(grouping, SortGrouping)
- ingame/map/worldmap.lua:1834 -- table.sort(foundTooltipMouseOverPins, GamepadTooltipPinSortFunction)
- ingame/map/worldmap.lua:1836 -- table.sort(foundTooltipMouseOverPins, TooltipPinSortFunction)
- ingame/map/worldmap.lua:2523 -- table.sort(pinDatas, SortPinDatas)
- ingame/map/worldmaphouses_manager.lua:53 -- table.sort(houseMapData, HouseMapDataSort)
- ingame/map/worldmaplocations_shared.lua:68 -- table.sort(mapData, function(a,b)
return a.locationName < b.locationName
end)
- ingame/map/worldmapquests_shared.lua:152 -- table.sort(self.masterList, self.CompareQuests)
- ingame/map/gamepad/worldmapchoicedialog_gamepad.lua:120 -- table.sort(travelPinHandlers, TravelPinHandlerSortFunction)
- ingame/map/gamepad/worldmapchoicedialog_gamepad.lua:170 -- table.sort(questPinHandlers, QuestPinHandlersSortFunction)
- ingame/playeremote/playeremote.lua:159 -- table.sort(emoteList, emoteSortFunction)
- ingame/playeremote/playeremote.lua:162 -- table.sort(self.emoteCategoryTypes, CompareCategories)
- ingame/profiler/profilerutils.lua:20 -- table.sort(sources, function(a, b) return a.count > b.count end)
- ingame/quickslot/quickslot.lua:434 -- table.sort(scrollData, self.sortFunction)
- ingame/repair/repairwindow.lua:188 -- table.sort(scrollData, Comparator)
- ingame/stats/gamepad/zo_stats_gamepad.lua:835 -- table.sort(sortedArtificialEffectsTable, ArtificialEffectsRowComparator)
- ingame/stats/keyboard/zo_stats_keyboard.lua:722 -- table.sort(effectsRows, EffectsRowComparator)
- ingame/storewindow/gamepad/storewindow_gamepad_util.lua:409 -- table.sort(items, self.sortFunc)
- ingame/storewindow/keyboard/buyback_keyboard.lua:208 -- table.sort(scrollData, Comparator)
- ingame/storewindow/keyboard/storewindow_keyboard.lua:472 -- table.sort(scrollData, self.sortFunction)
- ingame/tradinghouse/tradinghousefilter_shared.lua:34 -- table.sort(entryData, function(item1, item2) return DataSortHelper(item1, item2) end)
- ingame/tradinghouse/tradinghousefilter_shared.lua:224 -- table.sort(ZO_TRADING_HOUSE_FILTER_CRAFTING_SEARCHES, function(entry1, entry2) return entry1[CRAFTING_SKILL_NAME_INDEX] < entry2[CRAFTING_SKILL_NAME_INDEX] end)
- ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:46 -- table.sort(entryData, function(item1, item2) return DataSortHelper(item1, item2) end)
- ingame/voicechat/console/zo_voicechatchannels_gamepad.lua:166 -- table.sort(rooms, ComparatorGuildRoomEntries)
- ingame/voicechat/console/zo_voicechatchannels_gamepad.lua:210 -- table.sort(rooms, ComparatorGuildRoomEntries)
- ingame/voicechat/console/zo_voicechat_manager.lua:129 -- table.sort(self.list, SortParticipantEntries)
- ingame/zo_quest/questjournal_manager.lua:194 -- table.sort(categories, ZO_QuestJournal_Manager_SortQuestCategories)
- ingame/zo_quest/questjournal_manager.lua:195 -- table.sort(quests, ZO_QuestJournal_Manager_SortQuestEntries)
- ingame/zo_quest/questtimer.lua:184 -- table.sort(sortedTimers, TimerComparer)
- internalingame/market/gamepad/marketproductlistscene_gamepad.lua:106 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareCrateMarketProducts(...)
end)
- internalingame/market/gamepad/marketproductlistscene_gamepad.lua:120 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareBundleMarketProducts(...)
end)
- internalingame/market/gamepad/market_gamepad.lua:802 -- table.sort(sortedList, SubcategoryListSort)
- internalingame/market/gamepad/market_gamepad.lua:959 -- table.sort(labeledGroupTable, self.marketProductGroupTableSortFunction)
- internalingame/market/gamepad/market_gamepad.lua:1534 -- table.sort(childTiles, function(a,b)
return a.displayName < b.displayName
end)
- internalingame/market/keyboard/marketclasses_keyboard.lua:475 -- table.sort(iconControls, function(a,b)
return a.marketProductIcon:GetDisplayName() < b.marketProductIcon:GetDisplayName()
end)
- internalingame/market/keyboard/marketcontentfragment_keyboard.lua:101 -- table.sort(self.marketProducts, function(entry1, entry2)
return self.owner:CompareMarketProducts(entry1, entry2)
end)
- internalingame/market/keyboard/marketlistfragment_keyboard.lua:128 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareCrateMarketProducts(...)
end)
- internalingame/market/keyboard/marketlistfragment_keyboard.lua:141 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareBundleMarketProducts(...)
end)
- internalingame/market/keyboard/market_keyboard.lua:771 -- table.sort(labeledGroupTable, function(entry1, entry2)
return self:CompareMarketProducts(entry1, entry2)
end)
- internalingame/marketannouncement/marketannouncement_manager.lua:73 -- table.sort(self.productInfoTable, CompareMarketProducts)
- libraries/zo_combobox/zo_combobox_base.lua:180 -- table.sort(self.m_sortedItems, function(item1, item2) return ComboBoxSortHelper(item1, item2, self) end)
- libraries/zo_dialog/zo_listdialog.lua:103 -- table.sort(scrollData, sortFunction)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:1000 -- table.sort(anchorTable, GamepadSort)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:1002 -- table.sort(anchorTable, KeyboardSort)
- libraries/zo_pagedlist/zo_pagedlist.lua:49 -- table.sort(self.dataList, function(listEntry1, listEntry2) return self:CompareSortEntries(listEntry1, listEntry2) end)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:687 -- table.sort(self.dataList, self.sortFunction)
- libraries/zo_scriptprofiler/zo_scriptprofiler.lua:80 -- table.sort(sorted, function(a, b)
return a.includeTime > b.includeTime
end)
- libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:438 -- table.sort(scrollData, self.sortFunction)
- pregame/accountlogin/pegi.lua:88 -- table.sort(scrollData, countrySortFunction)
- pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:905 -- table.sort(controlData, ControlComparator)
- pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:710 -- table.sort(sliderData, SliderComparator)
- pregame/characterselect/zo_characterselect_common.lua:25 -- table.sort(g_characterDataList, function(left, right)
if left.order == right.order then
return left.index < right.index
elseif left.order == 0 then -- orders of 0 must always be sorted to the bottom
return false
elseif right.order == 0 then -- orders of 0 must always be sorted to the bottom
return true
else
return left.order < right.order
end
end)
- pregame/gamepad/worldselect/worldselectscreen_gamepad.lua:186 -- table.sort(worlds, function(a, b) return a.worldName < b.worldName end)
- pregame/serverselect/keyboard/zo_serverselect.lua:61 -- table.sort(dataList, SortServers)
- pregameandingame/zo_addonmanager/zo_addonmanager.lua:303 -- table.sort(scrollData, SortEntries)
- pregameandingame/zo_addonmanager/zo_addonmanager.lua:331 -- table.sort(characterNames)
- publicallingames/chapterupgrade/chapterupgrade_manager.lua:79 -- table.sort(rewardsTable, RewardEntryComparator)
- publicallingames/chapterupgrade/chapterupgrade_manager.lua:95 -- table.sort(self.editionRewards, RewardEntryComparator)
- publicallingames/chapterupgrade/chapterupgrade_manager.lua:266 -- table.sort(self.chaperUpgradeDataList, ChapterUpgradeDataSort)
- publicallingames/rewards/rewards_manager.lua:213 -- table.sort(choices, function(...) return self:SortChoiceRewardEntries(...) end)
- publicallingames/tooltip/cadwellstooltips.lua:18 -- table.sort(objectives, ZO_CadwellSort)
- publicallingames/tooltip/itemtooltips.lua:588 -- table.sort(itemTagStrings[i])