Initial commit
This commit is contained in:
7
api/GetSocketItemInfo.lua
Normal file
7
api/GetSocketItemInfo.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user