ESO Function Data v100014
IsBagAndSlot()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/crafting/craftingutils.lua:145
--
function ZO_CraftingSlotBase:IsBagAndSlot(bagId, slotIndex)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/craftingutils.lua:58
--
self:IsBagAndSlot(itemInfo.bag, itemInfo.index)
ingame/crafting/sharedalchemy.lua:348
--
self.solventSlot:IsBagAndSlot(bagId, slotIndex)
ingame/crafting/sharedalchemy.lua:352
--
slot:IsBagAndSlot(bagId, slotIndex)
ingame/crafting/sharedalchemy.lua:491
--
self:IsBagAndSlot(itemInfo.bag, itemInfo.index)
ingame/crafting/sharedenchanting.lua:389
--
slot:IsBagAndSlot(bagId, slotIndex)
ingame/crafting/sharedenchanting.lua:394
--
self.extractionSlot:IsBagAndSlot(bagId, slotIndex)
ingame/crafting/smithingextraction_shared.lua:226
--
self.extractionSlot:IsBagAndSlot(bagId, slotIndex)
ingame/crafting/smithingimprovement_shared.lua:222
--
self.improvementSlot:IsBagAndSlot(bagId, slotIndex)
ingame/crafting/gamepad/alchemy_gamepad.lua:258
--
slot:IsBagAndSlot(selectedBagId, selectedSlotIndex)