ESO Function Data v100010
GatherDamagedEquipmentFromBag()
Function Aliases
No known aliases for this function.
Global Function Definitions
No known global definitions for this function.
Local Function Definitions
ingame/repair/repairwindow.lua:115
--
local function GatherDamagedEquipmentFromBag(bagId, dataTable)
ingame/storewindow/gamepad/storewindow_gamepad_util.lua:201
--
local function GatherDamagedEquipmentFromBag(bagId, itemTable)
Function Calls
ingame/repair/repairwindow.lua:139
--
GatherDamagedEquipmentFromBag(BAG_WORN, scrollData)
ingame/repair/repairwindow.lua:140
--
GatherDamagedEquipmentFromBag(BAG_BACKPACK, scrollData)
ingame/storewindow/gamepad/storewindow_gamepad_util.lua:231
--
GatherDamagedEquipmentFromBag(BAG_WORN, items)
ingame/storewindow/gamepad/storewindow_gamepad_util.lua:232
--
GatherDamagedEquipmentFromBag(BAG_BACKPACK, items)