6 lines
440 B
Lua
6 lines
440 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param mailID number
|
|
---Requests a copy of a mail's body text as an item. The text of an in-game mail can be retrieved as a readable "Plain Letter" item to store in the player's bags; this function sends a request to the server for this item, causing the standard inventory events to fire as the item is placed into the player's inventory.
|
|
function TakeInboxTextItem(mailID) end
|