Back to Home
ESO Function Data v100019
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:149 -- 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:523 -- table.sort(self.filteredList, self.sortFunction)
- ingame/campaign/campaignbrowser_shared.lua:198 -- table.sort(rulesetIds, compareDuration)
- ingame/campaign/campaignscoring_shared.lua:68 -- table.sort(scoreInfos, ScoreInfoComparator)
- ingame/campaign/gamepad/campaignbrowser_gamepad.lua:843 -- 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:115 -- table.sort(self.leaderboardAlliances, LeaderboardSortFunc)
- ingame/centerscreenannounce/centerscreenannounce.lua:1153 -- table.sort(self.displayQueue, SortMessageParams)
- ingame/championperks/championperks.lua:1511 -- table.sort(self.starsToAnimateForConfirm, SortConfirmStars)
- ingame/chatsystem/chatoptions.lua:205 -- table.sort(sortedEntries, FilterComparator)
- ingame/chatsystem/sharedchatsystem.lua:2230 -- table.sort(switches)
- ingame/chatsystem/gamepad/chatmenu_gamepad.lua:110 -- table.sort(switches)
- ingame/collections/keyboard/dlcbook_keyboard.lua:52 -- table.sort(collectibleData, StorySort)
- ingame/collections/keyboard/housingbook_keyboard.lua:51 -- table.sort(collectibleData, function(entry1, entry2)
if primaryHouseId ~= 0 then
local houseId1 = GetCollectibleReferenceId(entry1.collectibleId)
local houseId2 = GetCollectibleReferenceId(entry2.collectibleId)
if primaryHouseId == houseId1 then
return true
elseif primaryHouseId == houseId2 then
return false
end
end
if entry1.sortOrder ~= entry2.sortOrder then
return entry1.sortOrder < entry2.sortOrder
else
return entry1.name < entry2.name
end
end)
- ingame/collections/keyboard/specializedcollectionsbook_keyboard.lua:155 -- table.sort(collectibleData, DefaultSort)
- ingame/contacts/notifications_common.lua:1290 -- table.sort(scrollData, self.sortFunction)
- ingame/contacts/notifications_common.lua:1369 -- 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/craftinginventory.lua:258 -- table.sort(scrollData, self.sortFunction)
- ingame/crafting/gamepad/gamepadcraftinginventory.lua:121 -- table.sort(filteredDataTable, ZO_GamepadCraftingInventory_DefaultItemSortComparator)
- ingame/crowncrates/keyboard/crowngemification_keyboard.lua:167 -- table.sort(self.personalList, self.SortData)
- ingame/deathrecap/deathrecap.lua:224 -- table.sort(attacks, SortAttacks)
- ingame/dyeing/dyeing_shared.lua:34 -- table.sort(ZO_DYEABLE_EQUIP_SLOTS, ZO_Dyeing_DyeableSlotGamepadSortComparator)
- ingame/dyeing/dyeing_shared.lua:35 -- table.sort(ZO_DYEABLE_COLLECTIBLE_SLOTS, ZO_Dyeing_DyeableSlotGamepadSortComparator)
- ingame/dyeing/dyeing_shared.lua:530 -- table.sort(sortedCategories)
- ingame/dyeing/dyeing_shared.lua:557 -- table.sort(swatches, ZO_Dyeing_DyeSortComparator)
- ingame/guild/guildheraldry_shared.lua:403 -- table.sort(sortedCategories)
- ingame/guild/gamepad/guildheraldry_gamepad.lua:737 -- table.sort(swatches, ZO_Dyeing_DyeSortComparator)
- ingame/guild/gamepad/guildhistory_gamepad.lua:364 -- 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:225 -- table.sort(scrollData, self.sortFunction)
- ingame/guild/keyboard/guildroster_keyboard.lua:149 -- table.sort(scrollData, self.sortFunction)
- ingame/housingeditor/furnitureclasses_shared.lua:613 -- table.sort(self.subcategories, SortCategories)
- ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:467 -- table.sort(sortedEntries, self.CompareFurnitureEntriesFunction)
- ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:400 -- table.sort(scrollData, self.CompareFurnitureEntriesFunction)
- ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:523 -- table.sort(scrollData, self.sortFunction)
- ingame/inventory/inventory.lua:706 -- table.sort(scrollData, inventory.sortFn)
- ingame/inventory/inventorywallet.lua:105 -- table.sort(scrollData, self.sortFunction)
- ingame/inventory/gamepad/gamepadinventory.lua:1059 -- 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:377 -- table.sort(slots, self.sortFunction or ItemSortFunc)
- ingame/lfg/zo_activityfinderroot_manager.lua:243 -- 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:677 -- table.sort(entries, SortFunction)
- ingame/mail/keyboard/mailinbox_keyboard.lua:279 -- 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:1663 -- table.sort(foundTooltipMouseOverPins, GamepadTooltipPinSortFunction)
- ingame/map/worldmap.lua:1665 -- table.sort(foundTooltipMouseOverPins, TooltipPinSortFunction)
- ingame/map/worldmap.lua:2336 -- table.sort(pinDatas, SortPinDatas)
- ingame/map/worldmap.lua:7313 -- table.sort(questIndices, QuestListSortFunction)
- ingame/map/worldmap.lua:7394 -- table.sort(travelPins, TravelPinSortFunction)
- ingame/map/worldmaphouses_manager.lua:54 -- 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/playeremote/playeremote.lua:163 -- table.sort(emoteList, emoteSortFunction)
- ingame/playeremote/playeremote.lua:166 -- table.sort(self.emoteCategoryTypes, CompareCategories)
- ingame/quickslot/quickslot.lua:436 -- table.sort(scrollData, self.sortFunction)
- ingame/repair/repairwindow.lua:188 -- table.sort(scrollData, Comparator)
- ingame/stats/gamepad/zo_stats_gamepad.lua:727 -- table.sort(sortedArtificialEffectsTable, ArtificialEffectsRowComparator)
- ingame/stats/keyboard/zo_stats_keyboard.lua:534 -- table.sort(effectsRows, EffectsRowComparator)
- ingame/storewindow/gamepad/storewindow_gamepad_util.lua:382 -- table.sort(items, self.sortFunc)
- ingame/storewindow/keyboard/buyback_keyboard.lua:208 -- table.sort(scrollData, Comparator)
- ingame/storewindow/keyboard/storewindow_keyboard.lua:454 -- table.sort(scrollData, self.sortFunction)
- ingame/tooltip/cadwellstooltips.lua:18 -- table.sort(objectives, ZO_CadwellSort)
- ingame/tradinghouse/tradinghousefilter_shared.lua:34 -- table.sort(entryData, function(item1, item2) return DataSortHelper(item1, item2) end)
- ingame/tradinghouse/tradinghousefilter_shared.lua:212 -- 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:165 -- table.sort(categories, ZO_QuestJournal_Manager_SortQuestCategories)
- ingame/zo_quest/questjournal_manager.lua:166 -- table.sort(quests, ZO_QuestJournal_Manager_SortQuestEntries)
- ingame/zo_quest/questtimer.lua:184 -- table.sort(sortedTimers, TimerComparer)
- internalingame/market/market_shared.lua:693 -- table.sort(labeledGroupTable, function(entry1, entry2)
return self:CompareMarketProducts(entry1, entry2)
end)
- internalingame/market/gamepad/market_gamepad.lua:696 -- table.sort(sortedList, SubcategoryListSort)
- internalingame/market/gamepad/market_gamepad.lua:1389 -- table.sort(childTiles, function(a,b)
return a.displayName < b.displayName
end)
- internalingame/market/gamepad/market_gamepad.lua:1623 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareCrateMarketProducts(...)
end)
- internalingame/market/gamepad/market_gamepad.lua:1641 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareBundleMarketProducts(...)
end)
- internalingame/market/keyboard/marketclasses_keyboard.lua:337 -- table.sort(iconControls, function(a,b)
return a.marketProductIcon:GetDisplayName() < b.marketProductIcon:GetDisplayName()
end)
- internalingame/market/keyboard/market_keyboard.lua:83 -- table.sort(self.marketProducts, function(entry1, entry2)
return MARKET:CompareMarketProducts(entry1, entry2)
end)
- internalingame/market/keyboard/market_keyboard.lua:209 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareCrateMarketProducts(...)
end)
- internalingame/market/keyboard/market_keyboard.lua:222 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareBundleMarketProducts(...)
end)
- internalingame/marketannouncement/marketannouncement_base.lua:201 -- table.sort(productInfoTable, CompareMarketProducts)
- libraries/zo_combobox/zo_combobox_base.lua:172 -- 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:953 -- table.sort(anchorTable, GamepadSort)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:955 -- 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:626 -- table.sort(self.dataList, self.sortFunction)
- libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:547 -- 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/serverselect/keyboard/zo_serverselect.lua:61 -- table.sort(dataList, SortServers)
- pregameandingame/zo_addonmanager/zo_addonmanager.lua:299 -- table.sort(scrollData, SortEntries)