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).
See also Socketing functions.
Signature:
name, icon, quality = GetSocketItemInfo()
Returns:
name- Name of the item (string)icon- Path to an icon texture for the item (string)quality- Quality level of the item (number, itemQuality)