Back to Home
ESO Function Data v100029
GenerateCraftingInventoryEntryData()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/crafting/gamepad/gamepadcraftinginventory.lua:102
--
function ZO_GamepadCraftingInventory:GenerateCraftingInventoryEntryData(bagId, slotIndex, stackCount, slotData)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/gamepad/gamepadcraftinginventory.lua:147
--
self:GenerateCraftingInventoryEntryData(itemInfo.bag, itemInfo.index, itemInfo.stack)
ingame/crafting/gamepad/gamepadcraftinginventory.lua:168
--
self:GenerateCraftingInventoryEntryData(bagId, slotIndex, slotData.stackCount, slotData)