WoW API: TakeInboxItem

From AddOn Studio
Revision as of 18:08, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)
Jump to navigation Jump to search

WoW API < TakeInboxItem

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.