<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_GetSocketItemInfo</id>
	<title>WoW:API GetSocketItemInfo - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_GetSocketItemInfo"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetSocketItemInfo&amp;action=history"/>
	<updated>2026-06-02T00:35:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetSocketItemInfo&amp;diff=19899&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetSocketItemInfo to WoW:API GetSocketItemInfo without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetSocketItemInfo&amp;diff=19899&amp;oldid=prev"/>
		<updated>2023-08-15T04:46:27Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetSocketItemInfo&quot; title=&quot;WoW:API GetSocketItemInfo&quot;&gt;API GetSocketItemInfo&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetSocketItemInfo&quot; title=&quot;WoW:API GetSocketItemInfo&quot;&gt;API GetSocketItemInfo&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:46, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetSocketItemInfo&amp;diff=19898&amp;oldid=prev</id>
		<title>WoWWiki&gt;Orgevo: Returns information about an item being socketed.</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetSocketItemInfo&amp;diff=19898&amp;oldid=prev"/>
		<updated>2010-04-23T22:31:25Z</updated>

		<summary type="html">&lt;p&gt;Returns information about an item being socketed.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}} __NOTOC__&lt;br /&gt;
&lt;br /&gt;
Returns various information about the inventory item currently being socketed (i.e. socket UI is open for the item).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 itemName, iconPathName, itemQuality = GetSocketItemInfo()&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
:itemName, iconPathName, itemQuality&lt;br /&gt;
&lt;br /&gt;
:;itemName: String - Localized name of the item currently being socketed, or nil if the socketing UI is not open.&lt;br /&gt;
:;iconPathName: String - Virtual path name (i.e. Interface\Icons\inv_belt_52) for the icon displayed in the character window (PaperDollFrame) for this item, or nil if the socketing UI is not open.&lt;br /&gt;
:;itemQuality: Integer - 0) Socketing UI not currently open, 1) Common [white], 2) Uncommon [green], 3) Rare [blue], 4) Epic [purple], etc. (the colors correlate to the color of the font used by the game when it draws the item&amp;#039;s name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
-- from Blizzard_ItemSocketingUI.lua&lt;br /&gt;
  local name, icon, quality = GetSocketItemInfo();&lt;br /&gt;
  local sname, sicon, squality = tostring(name), tostring(icon), tostring(quality)&lt;br /&gt;
&lt;br /&gt;
  print(&amp;quot;name:&amp;quot; .. sname .. &amp;quot;  icon:&amp;quot; .. sicon .. &amp;quot;  quality:&amp;quot; .. squality)&lt;br /&gt;
&lt;br /&gt;
====Result====&lt;br /&gt;
:Simple print statement displaying the values returned.  In this example, I used Merlin&amp;#039;s Robe (item id:47604):&lt;br /&gt;
&lt;br /&gt;
name:Merlin&amp;#039;s Robe  icon:Interface\Icons\INV_Chest_Cloth_64  quality:4&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Orgevo</name></author>
	</entry>
</feed>