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

7 lines
568 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return 1nil refundable
---Returns whether the item open for socketing is temporarily refundable. Items bought with alternate currency (honor points, arena points, or special items such as Emblems of Heroism and Dalaran Cooking Awards) can be returned to a vendor for a full refund, but only within a limited time after the original purchase. This period can be ended prematurely if the player attempts certain actions (such as socketing gems into the item).
function GetSocketItemRefundable() end