ESO Function Data v100015
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/zo_addonmanager/zo_addonmanager.lua:299 -- table.sort(scrollData, SortEntries)
- 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:515 -- 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:840 -- 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:452 -- table.sort(self.m_displayQueue, SortEventData)
- ingame/championperks/championperks.lua:1508 -- table.sort(self.starsToAnimateForConfirm, SortConfirmStars)
- ingame/chatsystem/chatoptions.lua:205 -- table.sort(sortedEntries, FilterComparator)
- ingame/chatsystem/sharedchatsystem.lua:2200 -- table.sort(switches)
- ingame/contacts/notifications_common.lua:1198 -- table.sort(scrollData, self.sortFunction)
- ingame/contacts/notifications_common.lua:1278 -- 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/deathrecap/deathrecap.lua:224 -- table.sort(attacks, SortAttacks)
- ingame/dyeing/dyeing_shared.lua:468 -- table.sort(sortedCategories)
- ingame/dyeing/dyeing_shared.lua:495 -- table.sort(swatches, ZO_Dyeing_DyeSortComparator)
- ingame/guild/guildheraldry_shared.lua:401 -- table.sort(sortedCategories)
- ingame/guild/gamepad/guildheraldry_gamepad.lua:760 -- 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:476 -- 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/inventory/inventory.lua:710 -- table.sort(scrollData, inventory.sortFn)
- ingame/inventory/inventorywallet.lua:104 -- table.sort(scrollData, self.sortFunction)
- ingame/inventory/gamepad/gamepadinventory.lua:1077 -- 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:354 -- table.sort(slots, self.sortFunction or ItemSortFunc)
- ingame/lfg/zo_activityfinderroot_manager.lua:198 -- table.sort(sortedActivityData, LFGLevelSort)
- 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:274 -- 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:1496 -- table.sort(foundTooltipMouseOverPins, GamepadTooltipPinSortFunction)
- ingame/map/worldmap.lua:6972 -- table.sort(questIndices, QuestListSortFunction)
- ingame/map/worldmap.lua:7051 -- table.sort(travelPins, TravelPinSortFunction)
- ingame/map/worldmaplocations_shared.lua:68 -- table.sort(mapData, function(a,b)
return a.locationName < b.locationName
end)
- ingame/map/worldmapquests_shared.lua:177 -- table.sort(self.masterList, self.CompareQuests)
- ingame/playeremote/playeremote.lua:103 -- table.sort(emoteList, function(emoteA, emoteB) return self:CompareEmotes(emoteA, emoteB) end)
- ingame/playeremote/playeremote.lua:106 -- table.sort(self.emoteCategoryTypes, CompareCategories)
- ingame/playeremote/playeremote.lua:160 -- table.sort(emoteList, function(emoteA, emoteB) return self:CompareEmotes(emoteA, emoteB) end)
- ingame/playeremote/playeremote.lua:163 -- table.sort(self.emoteCategoryTypes, CompareCategories)
- ingame/quickslot/quickslot.lua:435 -- table.sort(scrollData, self.sortFunction)
- ingame/repair/repairwindow.lua:188 -- table.sort(scrollData, Comparator)
- ingame/stats/keyboard/zo_stats_keyboard.lua:493 -- table.sort(effectsRows, EffectsRowComparator)
- ingame/storewindow/gamepad/storewindow_gamepad_util.lua:362 -- 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:33 -- table.sort(entryData, function(item1, item2) return DataSortHelper(item1, item2) end)
- ingame/tradinghouse/tradinghousefilter_shared.lua:177 -- 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:159 -- table.sort(categories, ZO_QuestJournal_Manager_SortQuestCategories)
- ingame/zo_quest/questjournal_manager.lua:160 -- table.sort(quests, ZO_QuestJournal_Manager_SortQuestEntries)
- ingame/zo_quest/questtimer.lua:184 -- table.sort(sortedTimers, TimerComparer)
- internalingame/market/market_shared.lua:504 -- table.sort(labeledGroupTable, function(entry1, entry2)
return self:CompareMarketProducts(entry1, entry2)
end)
- internalingame/market/gamepad/market_gamepad.lua:845 -- table.sort(sortedList, SubcategoryListSort)
- internalingame/market/gamepad/market_gamepad.lua:1369 -- table.sort(childTiles, function(a,b)
return a.displayName < b.displayName
end)
- internalingame/market/keyboard/marketclasses_keyboard.lua:259 -- table.sort(iconControls, function(a,b)
return a.marketProductIcon:GetDisplayName() < b.marketProductIcon:GetDisplayName()
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:943 -- table.sort(anchorTable, GamepadSort)
- libraries/zo_keybindstrip/zo_keybindstrip.lua:945 -- 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:614 -- table.sort(self.dataList, self.sortFunction)
- libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:544 -- table.sort(scrollData, self.sortFunction)
- pregame/accountlogin/pegi.lua:88 -- table.sort(scrollData, countrySortFunction)
- pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:1616 -- table.sort(controlData, ControlComparator)
- pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:1094 -- table.sort(sliderData, SliderComparator)
- pregame/serverselect/keyboard/zo_serverselect.lua:61 -- table.sort(dataList, SortServers)