Files
wow-weakauras/Meta/api/InboxItemCanDelete.lua
2024-11-07 23:12:37 +01:00

6 lines
220 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param mailID number
---@return 1nil canDelete
---Returns whether a message in the player's inbox can be deleted
function InboxItemCanDelete(mailID) end