WoW:API GetInboxItemLink: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added initial description using the current template)
 
(2.3 changes (as implemented by BulkMail2Inbox))
Line 2: Line 2:




Returns the [[itemLink]] of the attachment attached to message at (index).
Returns the [[itemLink]] of the attachment attached to message at (index,attachment).
  "itemLink" = GetInboxItemLink(index)
  "itemLink" = GetInboxItemLink(index,attachment)




== Arguments ==
== Arguments ==
:(index)
:(index,attachment)


:;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,ATTACHMENTS_MAX_SEND]




== Returns ==
== Returns ==
:;"itemLink" : [[itemLink]] - The itemLink for the specified item.
:;"itemLink" : [[itemLink]] - The itemLink for the specified item.

Revision as of 22:39, 16 November 2007

WoW API < GetInboxItemLink


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_SEND]


Returns

"itemLink"
itemLink - The itemLink for the specified item.