WoW:API GetInboxItemLink: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(2.3 changes (as implemented by BulkMail2Inbox))
m (Move page script moved page API GetInboxItemLink to API GetInboxItemLink without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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,ATTACHMENTS_MAX_SEND]
:;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.

Latest revision as of 04:46, 15 August 2023

WoW API < GetInboxItemLink


Returns the itemLink of the attachment attached to message at (index,attachment).

"itemLink" = GetInboxItemLink(index,attachment)


Arguments[edit]

(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[edit]

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