Takes an attached item from mail.
Interaction category: mail
Throttled.
Command.Mail.Take(mail, item) | |||
Command.Mail.Take(mail, items) | |||
Command.Mail.Take(mail, item, callback) | |||
Command.Mail.Take(mail, items, callback) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
callback | parameter | callbackfunction | A standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details. |
item | parameter | item | The ID of the item to be taken. |
items | parameter | table | A table containing a list of the items to be taken. |
parameter | The ID of the mail to be targeted. |