- ingame/crafting/craftinginventory.lua:207 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, predicate)
- ingame/crafting/craftinginventory.lua:208 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, predicate, list)
- ingame/crafting/craftinginventory.lua:209 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_CRAFT_BAG, predicate, list)
- ingame/crafting/smithingresearch_shared.lua:180 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, nil, PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK))
- ingame/crafting/smithingresearch_shared.lua:180 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK)
- ingame/crafting/gamepad/gamepadcraftinginventory.lua:94 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, predicate)
- ingame/crafting/gamepad/gamepadcraftinginventory.lua:95 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, predicate, list)
- ingame/crafting/gamepad/gamepadcraftinginventory.lua:96 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_CRAFT_BAG, predicate, list)
- ingame/crafting/gamepad/smithingresearch_gamepad.lua:64 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, IsResearchableItem, PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsResearchableItem))
- ingame/crafting/gamepad/smithingresearch_gamepad.lua:64 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsResearchableItem)
- ingame/crafting/keyboard/smithingresearch_keyboard.lua:221 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BANK, IsResearchableItem, PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsResearchableItem))
- ingame/crafting/keyboard/smithingresearch_keyboard.lua:221 --
PLAYER_INVENTORY:GenerateListOfVirtualStackedItems(INVENTORY_BACKPACK, IsResearchableItem)
- 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:74 --
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)