WoW:API TakeInboxItem

Revision as of 02:55, 27 March 2005 by WoWWiki>WoWWiki-Mosen (TakeInboxItem(index) - Takes the attachment from the mailbox message at index and places in the next available container slot)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax


TakeInboxItem(index)

index - the index of the mailbox message you want to take the item attachment from.

Returns


Always returns nil.

(note: please confirm)


Example


TakeInboxItem(1)

Would take the attachment from the first message in the Inbox and place it in the next available container slot.