ESO Function Data v100015
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:367
--
self.solventSlot:IsBagAndSlot(bagId, slotIndex)
ingame/crafting/sharedalchemy.lua:371
--
slot:IsBagAndSlot(bagId, slotIndex)
ingame/crafting/sharedalchemy.lua:510
--
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:262
--
slot:IsBagAndSlot(selectedBagId, selectedSlotIndex)