<?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_GetSpellAutocast</id>
	<title>WoW:API GetSpellAutocast - 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_GetSpellAutocast"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetSpellAutocast&amp;action=history"/>
	<updated>2026-06-01T23:20:43Z</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_GetSpellAutocast&amp;diff=18583&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetSpellAutocast to WoW:API GetSpellAutocast without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetSpellAutocast&amp;diff=18583&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_GetSpellAutocast&quot; title=&quot;WoW:API GetSpellAutocast&quot;&gt;API GetSpellAutocast&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetSpellAutocast&quot; title=&quot;WoW:API GetSpellAutocast&quot;&gt;API GetSpellAutocast&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_GetSpellAutocast&amp;diff=18582&amp;oldid=prev</id>
		<title>WoWWiki&gt;DrDoom: Updated with new information</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetSpellAutocast&amp;diff=18582&amp;oldid=prev"/>
		<updated>2008-12-09T14:38:18Z</updated>

		<summary type="html">&lt;p&gt;Updated with new information&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;
&amp;lt;!-- Describe the purpose of the function, exhausting detail can be saved for a later section --&amp;gt;&lt;br /&gt;
Get information about a spell&amp;#039;s Autocast.&lt;br /&gt;
&amp;lt;!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --&amp;gt;&lt;br /&gt;
 autocastable, autostate = GetSpellAutocast(&amp;quot;spellName&amp;quot; | spellId, bookType)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&amp;lt;!-- List each argument, together with its type --&amp;gt;&lt;br /&gt;
:;spellName: String - the name of the spell.&lt;br /&gt;
:;spellId : Numeric - the offset (position) of spell in spellbook. SpellId can change when you learn new spells.&lt;br /&gt;
:;bookType : String - Either BOOKTYPE_SPELL (&amp;quot;spell&amp;quot;) or BOOKTYPE_PET (&amp;quot;pet&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
:autocastable, autostate&lt;br /&gt;
&lt;br /&gt;
:;autocastable : Number - whether a spell is autocastable.&lt;br /&gt;
::Returns 1 if the spell is autocastable, nil otherwise.&lt;br /&gt;
:;autostate : Number - whether a spell is currently set to autocast.&lt;br /&gt;
::Returns 1 if the spell is currently set for autocast, nil otherwise.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
*As of patch 3.0.3, the only auto-castable spells exist in the pet spellbook (BOOKTYPE_PET).&lt;br /&gt;
*Both return values will be nil in the following conditions:&lt;br /&gt;
**The spell is not autocastable&lt;br /&gt;
**The spell does not exist (or you don&amp;#039;t know it)&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;DrDoom</name></author>
	</entry>
</feed>