Back to Home
ESO Function Data v100018
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/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:193 -- 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:481 -- table.sort(self.m_displayQueue, SortEventData)
- ingame/championperks/championperks.lua:1511 -- table.sort(self.starsToAnimateForConfirm, SortConfirmStars)
- ingame/chatsystem/chatoptions.lua:205 -- table.sort(sortedEntries, FilterComparator)
- ingame/chatsystem/sharedchatsystem.lua:2228 -- table.sort(switches)
- ingame/chatsystem/gamepad/chatmenu_gamepad.lua:110 -- table.sort(switches)
- ingame/collections/keyboard/housingbook_keyboard.lua:55 -- table.sort(collectibleData, function(a, b)
if primaryHouseId ~= 0 then
local houseIdA = GetCollectibleReferenceId(a.collectibleId)
local houseIdB = GetCollectibleReferenceId(b.collectibleId)
if primaryHouseId == houseIdA then
return true
elseif primaryHouseId == houseIdB then
return false
end
end
return a.name < b.name
end)
- ingame/collections/keyboard/specializedcollectionsbook_keyboard.lua:152 -- table.sort(collectibleData, self.SortCollectibleByNameFunction)
- ingame/contacts/notifications_common.lua:1293 -- table.sort(scrollData, self.sortFunction)
- ingame/contacts/notifications_common.lua:1373 -- 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:602 -- table.sort(self.subcategories, SortCategories)
- ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:467 -- table.sort(sortedEntries, self.CompareFurnitureEntriesFunction)
- ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:398 -- table.sort(scrollData, self.CompareFurnitureEntriesFunction)
- ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:517 -- table.sort(scrollData, self.sortFunction)
- ingame/inventory/inventory.lua:705 -- table.sort(scrollData, inventory.sortFn)
- ingame/inventory/inventorywallet.lua:105 -- table.sort(scrollData, self.sortFunction)
- ingame/inventory/gamepad/gamepadinventory.lua:1055 -- 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:368 -- table.sort(slots, self.sortFunction or ItemSortFunc)
- ingame/lfg/zo_activityfinderroot_manager.lua:200 -- 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:1575 -- table.sort(foundTooltipMouseOverPins, GamepadTooltipPinSortFunction)
- ingame/map/worldmap.lua:1577 -- table.sort(foundTooltipMouseOverPins, TooltipPinSortFunction)
- ingame/map/worldmap.lua:2241 -- table.sort(pinDatas, SortPinDatas)
- ingame/map/worldmap.lua:7106 -- table.sort(questIndices, QuestListSortFunction)
- ingame/map/worldmap.lua:7185 -- 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:118 -- table.sort(emoteList, emoteSortFunction)
- ingame/playeremote/playeremote.lua:121 -- table.sort(self.emoteCategoryTypes, CompareCategories)
- ingame/playeremote/playeremote.lua:180 -- table.sort(emoteList, emoteSortFunction)
- ingame/playeremote/playeremote.lua:183 -- 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:721 -- table.sort(sortedArtificialEffectsTable, ArtificialEffectsRowComparator)
- ingame/stats/keyboard/zo_stats_keyboard.lua:532 -- table.sort(effectsRows, EffectsRowComparator)
- ingame/storewindow/gamepad/storewindow_gamepad_util.lua:374 -- table.sort(items, self.sortFunc)
- ingame/storewindow/keyboard/buyback_keyboard.lua:208 -- table.sort(scrollData, Comparator)
- ingame/storewindow/keyboard/storewindow_keyboard.lua:453 -- 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:208 -- 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:162 -- table.sort(categories, ZO_QuestJournal_Manager_SortQuestCategories)
- ingame/zo_quest/questjournal_manager.lua:163 -- table.sort(quests, ZO_QuestJournal_Manager_SortQuestEntries)
- ingame/zo_quest/questtimer.lua:184 -- table.sort(sortedTimers, TimerComparer)
- internalingame/market/market_shared.lua:685 -- table.sort(labeledGroupTable, function(entry1, entry2)
return self:CompareMarketProducts(entry1, entry2)
end)
- internalingame/market/gamepad/market_gamepad.lua:679 -- table.sort(sortedList, SubcategoryListSort)
- internalingame/market/gamepad/market_gamepad.lua:1356 -- table.sort(childTiles, function(a,b)
return a.displayName < b.displayName
end)
- internalingame/market/gamepad/market_gamepad.lua:1590 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareCrateMarketProducts(...)
end)
- internalingame/market/gamepad/market_gamepad.lua:1608 -- table.sort(marketProducts, function(...)
return ZO_Market_Shared.CompareBundleMarketProducts(...)
end)
- internalingame/market/keyboard/marketclasses_keyboard.lua:330 -- 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:198 -- 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:951 -- table.sort(anchorTable, GamepadSort)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:953 -- 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:545 -- table.sort(scrollData, self.sortFunction)
- pregame/accountlogin/pegi.lua:88 -- table.sort(scrollData, countrySortFunction)
- pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:910 -- 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)