<?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_GetCurrencyListInfo</id>
	<title>WoW:API GetCurrencyListInfo - 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_GetCurrencyListInfo"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetCurrencyListInfo&amp;action=history"/>
	<updated>2026-06-02T05:56:31Z</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_GetCurrencyListInfo&amp;diff=19518&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetCurrencyListInfo to WoW:API GetCurrencyListInfo without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetCurrencyListInfo&amp;diff=19518&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:52Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetCurrencyListInfo&quot; title=&quot;WoW:API GetCurrencyListInfo&quot;&gt;API GetCurrencyListInfo&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetCurrencyListInfo&quot; title=&quot;WoW:API GetCurrencyListInfo&quot;&gt;API GetCurrencyListInfo&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-19517:rev-19518 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetCurrencyListInfo&amp;diff=19517&amp;oldid=prev</id>
		<title>WoWWiki&gt;Starlightblunder: docs</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetCurrencyListInfo&amp;diff=19517&amp;oldid=prev"/>
		<updated>2009-11-08T01:31:41Z</updated>

		<summary type="html">&lt;p&gt;docs&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 an entry in the currency list.&lt;br /&gt;
 name, isHeader, isExpanded, isUnused, isWatched, count, extraCurrencyType, icon, itemID&lt;br /&gt;
  = GetCurrencyListInfo(index)&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
; id : Number - index, ascending from 1 to {{api|GetCurrencyListSize}}().&lt;br /&gt;
&lt;br /&gt;
== Return values ==&lt;br /&gt;
; name : String - localized currency (or currency header) name.&lt;br /&gt;
; isHeader : Boolean - true if this entry is a header, false otherwise.&lt;br /&gt;
; isExpanded : Boolean - true if this entry is an expanded header, false otherwise.&lt;br /&gt;
; isUnused : Boolean - true if this entry is a currency marked as unused, false otherwise.&lt;br /&gt;
; isWatched : Boolean - true if this entry is a currency currently displayed on the backpack, false otherwise.&lt;br /&gt;
; count : Number - amount of this currency in the player&amp;#039;s possession (0 for headers).&lt;br /&gt;
; extraCurrencyType : Number - 1 for arena points, 2 for honor points; 0 otherwise (an item-based currency).&lt;br /&gt;
; icon : String - path to the icon texture for item-based currencies, invalid for arena/honor points.&lt;br /&gt;
; itemID : Number - item ID corresponding to this item-based currency, invalid for arena/honor points.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Information about currencies under collapsed headers is available; it is up to the UI code to respect the isExpanded flag.&lt;br /&gt;
* Indices are generally based on localized alphabetic order.&lt;br /&gt;
* The headers &amp;quot;contain&amp;quot; all currencies with index greater than theirs until the next header. This is not a nested structure.&lt;br /&gt;
* Marking a currency as unused alters its index, as the currency is moved down the list to fit under an &amp;quot;Unused&amp;quot; header.&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Starlightblunder</name></author>
	</entry>
</feed>