WoW:API GetSendMailItem: Difference between revisions

added more return values and updated to new template.
No edit summary
(added more return values and updated to new template.)
Line 1: Line 1:
itemtext = GetSendMailItem();
{{wowapi}} __NOTOC__


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


Requires that the mailbox window is open.
description, texture, count = GetSendMailItem()
 
 
== Parameters ==
=== Returns ===
:description, texture, count


----
:;description : String - Description of item
''Returns''
:;texture : String - The texture used for the item
:;count : Int - The number of items in the stack


Text description of the attached item (on the send mail frame).
==Details==


{{Template:WoW API}}
Requires that the mailbox window is open.
Anonymous user