WoW:API GetSendMailItem: Difference between revisions

Added return value
(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.


  description, texture, count = GetSendMailItem()
  Name, Texture, Count, Quality = GetSendMailItem()




== Parameters ==
== Parameters ==
=== Returns ===
=== Returns ===
:description, texture, count
:Name, Texture, Count, Quality


:;description : String - Description of item
:;Name : String - Name of the item
:;texture : String - The texture used for the item
:;Texture : String - The texture used for the item
:;count : Int - The number of items in the stack
:;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.
Anonymous user