Files
wow_Meta/api/InboxItemCanDelete.lua
2025-05-04 14:35:26 +02:00

7 lines
214 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