ESO Function Data v100015
OnLootReceived()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/zo_loot/gamepad/loothistory_gamepad.lua:52
--
function ZO_LootHistory_Gamepad:OnLootReceived(...)
ingame/zo_loot/keyboard/loothistory_keyboard.lua:51
--
function ZO_LootHistory_Keyboard:OnLootReceived(...)
Local Function Definitions
ingame/zo_loot/loothistory_shared.lua:74
--
local function OnLootReceived(receivedBy, itemLinkOrName, stackCount, itemSound, lootType, lootedBySelf, isPickpocketLoot, questItemIcon, itemId)
ingame/zo_loot/loot_shared.lua:43
--
local function OnLootReceived(eventCode, receivedBy, objectName, stackCount, soundCategory, lootType, lootedBySelf, questIcon)
Function Calls
ingame/zo_loot/loothistory_shared.lua:90
--
OnLootReceived(...)
ingame/zo_loot/gamepad/loothistory_gamepad.lua:53
--
ZO_LootHistory_Shared.OnLootReceived(self, ...)
ingame/zo_loot/keyboard/loothistory_keyboard.lua:52
--
ZO_LootHistory_Shared.OnLootReceived(self, ...)