<?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_GetNumMacroItemIcons</id>
	<title>WoW:API GetNumMacroItemIcons - 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_GetNumMacroItemIcons"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetNumMacroItemIcons&amp;action=history"/>
	<updated>2026-06-01T07:42:39Z</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_GetNumMacroItemIcons&amp;diff=17775&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetNumMacroItemIcons to WoW:API GetNumMacroItemIcons without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetNumMacroItemIcons&amp;diff=17775&amp;oldid=prev"/>
		<updated>2023-08-15T04:46:13Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetNumMacroItemIcons&quot; title=&quot;WoW:API GetNumMacroItemIcons&quot;&gt;API GetNumMacroItemIcons&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetNumMacroItemIcons&quot; title=&quot;WoW:API GetNumMacroItemIcons&quot;&gt;API GetNumMacroItemIcons&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_GetNumMacroItemIcons&amp;diff=17774&amp;oldid=prev</id>
		<title>WoWWiki&gt;Mundocani: New page, mostly cloned from GetNumMacroIcons()</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetNumMacroItemIcons&amp;diff=17774&amp;oldid=prev"/>
		<updated>2008-01-15T20:44:34Z</updated>

		<summary type="html">&lt;p&gt;New page, mostly cloned from GetNumMacroIcons()&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;
Returns the number of possible macro item icons.  These icons differ from the normal macro icons in that they are icons for various items in the game -- potions, armor, etc., whereas normal macro icons are icons from actions and abilities such as spells or attacks.&lt;br /&gt;
&lt;br /&gt;
 numIcons = GetNumMacroItemIcons()&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
===Returns===&lt;br /&gt;
:;numIcons : Integer - Number of available macro item icons&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 local numIcons = GetNumMacroIcons()&lt;br /&gt;
 for i=1,numIcons do&lt;br /&gt;
  DEFAULT_CHAT_FRAME:AddMessage(string.format(&amp;quot;Icon %d: %s&amp;quot;,i,GetMacroItemIconInfo(i)));&lt;br /&gt;
 end&lt;br /&gt;
===Result===&lt;br /&gt;
Outputs the IDs and texture names for all available macro item icons to the default chat frame.&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Mundocani</name></author>
	</entry>
</feed>