Back to Home
ESO Function Data v100026
GenerateListOfVirtualStackedItems()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/crafting/smithingresearch_shared.lua:195 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsNotLockedOrRetraitedItem)
- ingame/crafting/smithingresearch_shared.lua:196 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, IsNotLockedOrRetraitedItem, virtualInventoryList)
- ingame/crafting/gamepad/gamepadcraftinginventory.lua:138 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, predicate)
- ingame/crafting/gamepad/gamepadcraftinginventory.lua:139 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, predicate, list)
- ingame/crafting/gamepad/gamepadcraftinginventory.lua:140 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_CRAFT_BAG, predicate, list)
- ingame/crafting/gamepad/smithingresearch_gamepad.lua:63 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsResearchableItem)
- ingame/crafting/gamepad/smithingresearch_gamepad.lua:64 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, IsResearchableItem, virtualInventoryList)
- ingame/crafting/keyboard/craftinginventory.lua:230 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, predicate)
- ingame/crafting/keyboard/craftinginventory.lua:231 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, predicate, list)
- ingame/crafting/keyboard/craftinginventory.lua:232 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_CRAFT_BAG, predicate, list)
- ingame/crafting/keyboard/smithingresearch_keyboard.lua:228 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsResearchableItem)
- ingame/crafting/keyboard/smithingresearch_keyboard.lua:229 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, IsResearchableItem, virtualInventoryList)
- ingame/crowncrates/crowngemification_manager.lua:265 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, self.IsItemGemmable)
- ingame/crowncrates/crowngemification_manager.lua:266 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, self.IsItemGemmable, list)
- ingame/enchanting/keyboard/applyenchant_keyboard.lua:82 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, function(enchantBag, enchantSlotIndex) return CanItemTakeEnchantment(bag, index, enchantBag, enchantSlotIndex) end)
- ingame/inventory/gamepad/inventoryitemimprovement_gamepad.lua:129 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, self.improvementKitPredicate)
- ingame/repair/repairkits.lua:95 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsItemNonCrownRepairKit)
- ingame/soulgemitemcharger/soulgemitemcharger.lua:97 -- PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsFilledSoulGem)