Returns information for an item attached to the outgoing message
See also Mail functions.
Signature:
itemName, itemTexture, stackCount, quality = GetSendMailItem(slot)
Arguments:
- slot- Index of an outgoing attachment slot (between 1 and- ATTACHMENTS_MAX_SEND) (- number)
Returns:
- itemName- Name of the attachment item (- string)
- itemTexture- Path to an icon texture for the attachment item (- string)
- stackCount- Number of stacked items (- string)
- quality- Quality (rarity) of the attachment item (- number, itemQuality)
