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

8 lines
361 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string name
---@return string icon
---@return number quality
---Returns information about the item currently being socketed. Only returns valid information when the Item Socketing UI is open (i.e. between the SOCKET_INFO_UPDATE and SOCKET_INFO_CLOSE events).
function GetSocketItemInfo() end