Back to Home
ESO Function Data v101043
ZO_AreNumericallyIndexedTablesEqual()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/utility/zo_tableutils.lua:426
--
function ZO_AreNumericallyIndexedTablesEqual(left, right)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/collections/itemsetcollectionsdatamanager.lua:273
--
ZO_AreNumericallyIndexedTablesEqual(self:GetEquipmentFilterTypes(), equipmentFilterTypes)
ingame/housetours/gamepad/housetours_gamepad.lua:147
--
ZO_AreNumericallyIndexedTablesEqual(filters.tags, self.oldTags)
ingame/housetours/gamepad/housetours_gamepad.lua:1103
--
ZO_AreNumericallyIndexedTablesEqual(currentTags, newTags)
ingame/housetours/keyboard/housetours_managelistings_keyboard.lua:419
--
ZO_AreNumericallyIndexedTablesEqual(currentTags, newTags)
ingame/housetours/keyboard/housetours_searchresults_keyboard.lua:75
--
ZO_AreNumericallyIndexedTablesEqual(filters.tags, self.oldTags)
ingame/housetours/keyboard/housetours_searchresults_keyboard.lua:90
--
ZO_AreNumericallyIndexedTablesEqual(filters.houseIds, self.oldHouseIds)
ingame/tooltip/scribingtooltips.lua:77
--
ZO_AreNumericallyIndexedTablesEqual(selectedScriptIds, activeScriptIds)
ingame/utilitywheel/assignableutilitywheel_shared.lua:183
--
ZO_AreNumericallyIndexedTablesEqual(hotbarCategories, self.data.hotbarCategories)