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. | ||
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. | ||