<?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_GetMacroBody</id>
	<title>WoW:API GetMacroBody - 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_GetMacroBody"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetMacroBody&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_GetMacroBody&amp;diff=17906&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetMacroBody to WoW:API GetMacroBody without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetMacroBody&amp;diff=17906&amp;oldid=prev"/>
		<updated>2023-08-15T04:46:06Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetMacroBody&quot; title=&quot;WoW:API GetMacroBody&quot;&gt;API GetMacroBody&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetMacroBody&quot; title=&quot;WoW:API GetMacroBody&quot;&gt;API GetMacroBody&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_GetMacroBody&amp;diff=17905&amp;oldid=prev</id>
		<title>WoWWiki&gt;Snago: Page created</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetMacroBody&amp;diff=17905&amp;oldid=prev"/>
		<updated>2008-03-28T17:00:12Z</updated>

		<summary type="html">&lt;p&gt;Page created&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;
Returns the body (macro text) of a macro.&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;
 body = GetMacroBody(macroIndex or &amp;quot;name&amp;quot;)&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;
&lt;br /&gt;
:;macroID : number or String - Macro index or name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
&amp;lt;!-- List each return value, together with its type --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:;body : String - The macro body or nothing if the macro doesn&amp;#039;t exsist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;!-- If it helps, include an example here, though it&amp;#039;s not required if the usage is self-explanatory --&amp;gt;&lt;br /&gt;
 local body = GetMacroBody(&amp;quot;Flash&amp;quot;)&lt;br /&gt;
 DEFAULT_CHAT_FRAME:AddMessage(body)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;!-- If it helps, include example results here, though they are not required. You&amp;#039;re allowed to cheat liberally since WoW isn&amp;#039;t a command line language. --&amp;gt;&lt;br /&gt;
 #showtooltip&lt;br /&gt;
 /cast [target=mouseover, help, exists] [help, exists] [target=player] Flash Heal&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Snago</name></author>
	</entry>
</feed>