Back to Home
ESO Function Data v100028
OnNewItemReceived()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/zo_loot/loothistory_shared.lua:332
--
function ZO_LootHistory_Shared:OnNewItemReceived(itemLinkOrName, stackCount, itemSound, lootType, questItemIcon, itemId, isVirtual, isStolen)
Local Function Definitions
ingame/zo_loot/loothistory_manager.lua:21
--
local function OnNewItemReceived(...)
Function Calls
ingame/zo_loot/loothistory_manager.lua:23
--
SYSTEMS:GetObject(ZO_LOOT_HISTORY_NAME):OnNewItemReceived(...)
ingame/zo_loot/loothistory_manager.lua:77
--
OnNewItemReceived(itemLink, stackCountChange, itemSound, lootType, nil, itemId, isVirtual, isStolen)
ingame/zo_loot/loothistory_manager.lua:87
--
OnNewItemReceived(questItemName, countDelta, nil, LOOT_TYPE_QUEST_ITEM, questItemIcon, questItemId, IS_NOT_VIRTUAL, IS_NOT_STOLEN)