Back to Home
ESO Function Data v101044
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:127
--
local function GatherDamagedEquipmentFromBag(bagId, dataTable)
ingame/storewindow/gamepad/storewindow_gamepad_util.lua:256
--
local function GatherDamagedEquipmentFromBag(searchContext, bagId, itemTable)
Function Calls
ingame/repair/repairwindow.lua:166
--
GatherDamagedEquipmentFromBag(BAG_WORN, scrollData)
ingame/repair/repairwindow.lua:167
--
GatherDamagedEquipmentFromBag(BAG_BACKPACK, scrollData)
ingame/storewindow/gamepad/storewindow_gamepad_util.lua:283
--
GatherDamagedEquipmentFromBag(searchContext, BAG_WORN, items)
ingame/storewindow/gamepad/storewindow_gamepad_util.lua:284
--
GatherDamagedEquipmentFromBag(searchContext, BAG_BACKPACK, items)