WoW API: GetSendMailItem

From AddOn Studio
Revision as of 07:52, 9 June 2007 by WoWWiki>Baudzilla (Added return value)
Jump to navigation Jump to search

WoW API < GetSendMailItem

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

Name, Texture, Count, Quality = GetSendMailItem()


Parameters

Returns

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)

Details

Requires that the mailbox window is open.