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

13 lines
380 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@return string name
---@return string texture
---@return number price
---@return number quantity
---@return number numAvailable
---@return 1nil isUsable
---Returns information about an item recently sold to a vendor and available to be repurchased
function GetBuybackItemInfo(index) end