WoW:API GetSendMailItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API GetSendMailItem to API GetSendMailItem without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
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.
Name, Texture, Count, Quality = GetSendMailItem(index)


----
''Returns''


Text description of the attached item (on the send mail frame).
== Parameters ==
:;index : Int - The index of the send mail item (1-12)


[[Category:API Functions|GetSendMailItem]]
=== Returns ===
[[Category:API Mail Functions|GetSendMailItem]]
: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.
: As of 2.3.3 this function is bugged and the quality is always set to -1.

Latest revision as of 04:46, 15 August 2023

WoW API < GetSendMailItem

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

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


Parameters[edit]

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

Returns[edit]

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[edit]

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