Files
wow_Meta/api/GetSocketItemBoundTradeable.lua
2024-12-16 13:13:08 +01:00

5 lines
480 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil tradeable
---Returns whether the item open for socketing is temporarily tradeable. A Bind on Pickup item looted by the player can be traded to other characters who were originally eligible to loot it, but only within a limited time after looting. This period can be ended prematurely if the player attempts certain actions (such as socketing gems into the item).
function GetSocketItemBoundTradeable() end