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

11 lines
337 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param mailID number
---@return string bodyText
---@return string texture
---@return 1nil isTakeable
---@return 1nil isInvoice
---Returns information about the text of an inbox mail. Also marks the mail as read if it wasn't already.
function GetInboxText(mailID) end