WoW API: GetSendMailItem

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetSendMailItem to API GetSendMailItem without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetSendMailItem

Get information about the item attached on the send mail frame.

Name, Texture, Count, Quality = GetSendMailItem(index)


ParametersEdit

index
Int - The index of the send mail item (1-12)

ReturnsEdit

Name, Texture, Count, Quality
Name
String - Name of the item
Texture
String - The texture used for the item
Count
Int - The number of items in the stack
Quality
Int - Quality index of the item (0-6)

DetailsEdit

Requires that the mailbox window is open.
As of 2.3.3 this function is bugged and the quality is always set to -1.