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
|