Fires when the player receives an item. This event fires in addition to others which may indicate the item's origin (e.g. QUEST_ACCEPTED or CHAT_MSG_LOOT); in the default UI, this event triggers an "item falling into bag" animation displayed above the bag icons.
Signature:
Code
(bagID, "icon")
Arguments:
bagID - The id of the bag that the item is going into. (number)
icon - The icon file for the item being received. (string)