<?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_GetEquipmentSetInfo</id>
	<title>WoW:API GetEquipmentSetInfo - 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_GetEquipmentSetInfo"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetEquipmentSetInfo&amp;action=history"/>
	<updated>2026-05-22T13:28:00Z</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_GetEquipmentSetInfo&amp;diff=19184&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetEquipmentSetInfo to WoW:API GetEquipmentSetInfo without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetEquipmentSetInfo&amp;diff=19184&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:54Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetEquipmentSetInfo&quot; title=&quot;WoW:API GetEquipmentSetInfo&quot;&gt;API GetEquipmentSetInfo&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetEquipmentSetInfo&quot; title=&quot;WoW:API GetEquipmentSetInfo&quot;&gt;API GetEquipmentSetInfo&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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:45, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-19183:rev-19184 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetEquipmentSetInfo&amp;diff=19183&amp;oldid=prev</id>
		<title>WoWWiki&gt;Starlightblunder: Created page with &#039;{{wowapi}} Returns information about a saved equipment set:  name, icon, lessIndex = GetEquipmentSetInfo(index)  name, icon, lessIndex = GetEquipmentSetInfoByName(&quot;name&quot;)  ==Para...&#039;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetEquipmentSetInfo&amp;diff=19183&amp;oldid=prev"/>
		<updated>2009-05-20T14:19:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{wowapi}} Returns information about a saved equipment set:  name, icon, lessIndex = GetEquipmentSetInfo(index)  name, icon, lessIndex = GetEquipmentSetInfoByName(&amp;quot;name&amp;quot;)  ==Para...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}}&lt;br /&gt;
Returns information about a saved equipment set:&lt;br /&gt;
 name, icon, lessIndex = GetEquipmentSetInfo(index)&lt;br /&gt;
 icon, lessIndex = GetEquipmentSetInfoByName(&amp;quot;name&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Arguments==&lt;br /&gt;
;GetEquipmentSetInfo -- index : Number: an ascending index going from 1 to [[API_GetNumEquipmentSets|GetNumEquipmentSets]]().&lt;br /&gt;
;GetEquipmentSetInfoByName -- name: String: equipment set name.&lt;br /&gt;
&lt;br /&gt;
==Returns==&lt;br /&gt;
The functions returns nothing if the queried index or set name does not exist. If the index/name is valid, the following values are returned:&lt;br /&gt;
; name : String: Equipment set name.&lt;br /&gt;
; icon : String: Icon texture file name (relative to Interface/Icons) selected for this set.&lt;br /&gt;
; lessIndex : Number: A number one less than the set index. &amp;#039;&amp;#039;This return value is not used by the default UI.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 local name, icon, lessIndex = GetEquipmentSetInfo(1);&lt;br /&gt;
 if not name then&lt;br /&gt;
  print(&amp;quot;You have no equipment sets&amp;quot;);&lt;br /&gt;
 else&lt;br /&gt;
  print(&amp;quot;First equipment set: \124TInterface\\Icons\\&amp;quot; .. icon .. &amp;quot;:16\124t &amp;quot; .. name);&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
{{API Trail EquipmentManager}}&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Starlightblunder</name></author>
	</entry>
</feed>