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

8 lines
283 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param mailID number
---@param attachmentIndex number
---Retrieves an item attachment from a message in the player's inbox (accepting COD charges if applicable)
function TakeInboxItem(mailID, attachmentIndex) end