Returns a hyperlink for an item attached to a mail in the player's inbox
See also Mail functions, Hyperlink functions.
Signature:
itemlink
=
GetInboxItemLink(mailID,
attachmentIndex)
Arguments:
mailID
- Index of a mail in the player's inbox (between 1 andGetInboxNumItems()
) (number
)attachmentIndex
- Index of an attachment to the mail (between 1 andATTACHMENTS_MAX_RECEIVE
) (number
)
Returns:
itemlink
- A hyperlink for the attachment item (string
, hyperlink)