WoW:API GetSendMailItem: Difference between revisions
Jump to navigation
Jump to search
(added more return values and updated to new template.) |
(Added return value) |
||
Line 3: | Line 3: | ||
Get information about the item attached on the send mail frame. | Get information about the item attached on the send mail frame. | ||
Name, Texture, Count, Quality = GetSendMailItem() | |||
== Parameters == | == Parameters == | ||
=== Returns === | === 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== | ==Details== | ||
Requires that the mailbox window is open. | Requires that the mailbox window is open. |
Revision as of 07:52, 9 June 2007
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.