Files
wow_Meta/api/TakeInboxTextItem.lua
2025-05-04 15:15:00 +02:00

7 lines
449 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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