WoW:API TakeInboxItem: Difference between revisions
Jump to navigation
Jump to search
(TakeInboxItem(index) - Takes the attachment from the mailbox message at index and places in the next available container slot) |
mNo edit summary |
||
Line 21: | Line 21: | ||
Would take the attachment from the first message in the Inbox and place it in the next available container slot. | Would take the attachment from the first message in the Inbox and place it in the next available container slot. | ||
[[Category:API Functions|TakeInboxItem]] | |||
[[Category:API Mail Functions|TakeInboxItem]] |
Revision as of 18:58, 29 August 2005
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.