WoW:API GetInboxItemLink: Difference between revisions
Jump to navigation
Jump to search
(2.3 changes (as implemented by BulkMail2Inbox)) |
(Corrected ATTACHMENTS_MAX_SEND to ATTACHMENTS_MAX_RECEIVE) |
||
Line 10: | Line 10: | ||
:;index : Integer - The index of the message to get information from. | :;index : Integer - The index of the message to get information from. | ||
:;attachment : Integer - The index of the attachment to get information from. In the range of [1, | :;attachment : Integer - The index of the attachment to get information from. In the range of [1,ATTACHMENTS_MAX_RECEIVE(16)] | ||
== Returns == | == Returns == | ||
:;"itemLink" : [[itemLink]] - The itemLink for the specified item. | :;"itemLink" : [[itemLink]] - The itemLink for the specified item. |
Revision as of 03:17, 17 November 2007
Returns the itemLink of the attachment attached to message at (index,attachment).
"itemLink" = GetInboxItemLink(index,attachment)
Arguments
- (index,attachment)
- index
- Integer - The index of the message to get information from.
- attachment
- Integer - The index of the attachment to get information from. In the range of [1,ATTACHMENTS_MAX_RECEIVE(16)]
Returns
- "itemLink"
- itemLink - The itemLink for the specified item.