Back to Home
ESO Function Data v100034
ZO_CombineNumericallyIndexedTables()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/utility/zo_tableutils.lua:209
--
function ZO_CombineNumericallyIndexedTables(dest, ...)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/antiquities/antiquitycategorydata.lua:183
--
ZO_CombineNumericallyIndexedTables(combinedFilterFunctions, filterFunctions)
ingame/retrait/keyboard/zo_retraitstation_keyboard.lua:79
--
ZO_CombineNumericallyIndexedTables(retraitFragments, FRAGMENT_GROUP.READ_ONLY_EQUIPPED_ITEMS)
ingame/tradinghouse/tradinghousecategories_shared.lua:432
--
ZO_CombineNumericallyIndexedTables(ALL_APPAREL_EQUIP_TYPES, ARMOR_EQUIP_TYPES)
ingame/tradinghouse/tradinghousecategories_shared.lua:1193
--
ZO_CombineNumericallyIndexedTables(ALL_TROPHY_SPECIALIZED_ITEMTYPES, subcategoryData.value)
publicallingames/chapterupgrade/chapterupgrade_manager.lua:94
--
ZO_CombineNumericallyIndexedTables(self.editionRewards, self.basicRewards, self.preOrderRewards)