RSS

Пятница, 26.04.2024, 12:51
Главная » WoW API » API Виджеты » Внутриигровая подсказка »

GameTooltip:SetInboxItem(mailID, attachmentIndex)

[ править ]
Fills the tooltip with information about an item attached to a message in the player's inbox.
[клоны]
Fills the tooltip with information about an item attached to a message in the player's inbox.


Signature:
Code
GameTooltip:SetInboxItem(mailID, attachmentIndex)

Arguments:
  • mailID - Index of a message in the player's inbox (between 1 and GetInboxNumItems()) (number)
  • attachmentIndex - Index of an attachment to the message (between 1 and select(8,GetInboxHeaderInfo(mailID))) (number)

Также смотрите: Внутриигровая подсказка
Ссылки: http://wowprogramming.com/docs/widgets/GameTooltip/SetInboxItem