Files
wow_Meta/api/InboxItemCanDelete.lua
2024-12-16 13:13:08 +01:00

6 lines
215 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