RSS

Четверг, 16.05.2024, 12:07
Главная » WoW API » Игровые события »

ITEM_PUSH

[ править ]
Fires when the player receives an item.
[клоны]
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)

Также смотрите: Игровые события
Ссылки: http://wowprogramming.com/docs/events/ITEM_PUSH