WoW:API GetSendMailItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added more return values and updated to new template.) |
||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Get | Get information about the item attached on the send mail frame. | ||
description, texture, count = GetSendMailItem() | |||
== Parameters == | |||
=== Returns === | |||
:description, texture, count | |||
--- | :;description : String - Description of item | ||
:;texture : String - The texture used for the item | |||
:;count : Int - The number of items in the stack | |||
==Details== | |||
Requires that the mailbox window is open. |
Revision as of 06:52, 2 July 2006
Get information about the item attached on the send mail frame.
description, texture, count = GetSendMailItem()
Parameters
Returns
- description, texture, count
- description
- String - Description of item
- texture
- String - The texture used for the item
- count
- Int - The number of items in the stack
Details
Requires that the mailbox window is open.