Back to Home
ESO Function Data v101045
GenerateCraftingInventoryEntryData()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/crafting/gamepad/gamepadcraftinginventory.lua:98
--
function ZO_GamepadCraftingInventory:GenerateCraftingInventoryEntryData(bagId, slotIndex, stackCount, slotData)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/gamepad/alchemy_gamepad.lua:840
--
self:GenerateCraftingInventoryEntryData(itemInfo.bag, itemInfo.index, itemInfo.stack)
ingame/crafting/gamepad/enchanting_gamepad.lua:902
--
self:GenerateCraftingInventoryEntryData(itemInfo.bag, itemInfo.index, itemInfo.stack)
ingame/crafting/gamepad/gamepadcraftinginventory.lua:143
--
self:GenerateCraftingInventoryEntryData(itemInfo.bag, itemInfo.index, itemInfo.stack)
ingame/crafting/gamepad/gamepadcraftinginventory.lua:174
--
self:GenerateCraftingInventoryEntryData(bagId, slotIndex, slotData.stackCount, slotData)