Retrieves an item attachment from a message in the player's inbox (accepting COD charges if applicable)
See also Mail functions.
Signature:
TakeInboxItem(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 andselect(8,
GetInboxHeaderInfo(mailID)
)
) (number
)
This function does not prompt the user for confirmation before its results take effect -- that behavior is provided by the default UI, and this function is called from the confirmation dialog