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

8 lines
223 B
Lua

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