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

7 lines
330 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number numSockets
---Returns the number of sockets on 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 GetNumSockets() end