<?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_SetOverrideBinding</id>
	<title>WoW:API SetOverrideBinding - 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_SetOverrideBinding"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_SetOverrideBinding&amp;action=history"/>
	<updated>2026-05-22T10:41:56Z</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_SetOverrideBinding&amp;diff=19705&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API SetOverrideBinding to WoW:API SetOverrideBinding without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_SetOverrideBinding&amp;diff=19705&amp;oldid=prev"/>
		<updated>2023-08-15T04:47:21Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_SetOverrideBinding&quot; title=&quot;WoW:API SetOverrideBinding&quot;&gt;API SetOverrideBinding&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_SetOverrideBinding&quot; title=&quot;WoW:API SetOverrideBinding&quot;&gt;API SetOverrideBinding&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:47, 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_SetOverrideBinding&amp;diff=19704&amp;oldid=prev</id>
		<title>WoWWiki&gt;Starlightblunder: Created page with &#039;{{wowapi}} {{protectedcombatapi}} Alters an override binding.  SetOverrideBinding(owner, isPriority, &quot;key&quot;, &quot;command&quot;);  == Arguments == ; owner : Frame - The frame this binding …&#039;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_SetOverrideBinding&amp;diff=19704&amp;oldid=prev"/>
		<updated>2010-03-14T19:53:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{wowapi}} {{protectedcombatapi}} Alters an override binding.  SetOverrideBinding(owner, isPriority, &amp;quot;key&amp;quot;, &amp;quot;command&amp;quot;);  == Arguments == ; owner : Frame - The frame this binding …&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}} {{protectedcombatapi|2.0}}&lt;br /&gt;
Alters an override binding.&lt;br /&gt;
 SetOverrideBinding(owner, isPriority, &amp;quot;key&amp;quot;, &amp;quot;command&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
; owner : Frame - The frame this binding &amp;quot;belongs&amp;quot; to; this can later be used to clear all override bindings belonging to a particular frame.&lt;br /&gt;
; isPriority : Boolean - true if this is a priority binding, false otherwise. Both types of override bindings take precedence over normal bindings.&lt;br /&gt;
; key : String - Binding to bind the command to. For example, &amp;quot;Q&amp;quot;, &amp;quot;ALT-Q&amp;quot;, &amp;quot;ALT-CTRL-SHIFT-Q&amp;quot;, &amp;quot;BUTTON5&amp;quot;&lt;br /&gt;
; command : String/nil - Any name attribute value of a Bindings.xml-defined binding, or an action command string; nil to remove an override binding. For example:&lt;br /&gt;
:* &amp;quot;SITORSTAND&amp;quot; : a Bindings.xml-defined binding to toggle between sitting and standing&lt;br /&gt;
:* &amp;quot;CLICK PlayerFrame:LeftButton&amp;quot; : Fire a left-click on the PlayerFrame.&lt;br /&gt;
:* &amp;quot;SPELL Bloodrage&amp;quot; :  Cast Bloodrage.&lt;br /&gt;
:* &amp;quot;ITEM Hearthstone&amp;quot; : Use {{item|Hearthstone}}&lt;br /&gt;
:* &amp;quot;MACRO Foo&amp;quot; : Run a macro called &amp;quot;Foo&amp;quot;&lt;br /&gt;
:* &amp;quot;MACRO 1&amp;quot; : Run a macro with index 1.&lt;br /&gt;
; mode : Number - 1 if the binding should be saved to the currently loaded binding set (default), or 2 if to the alternative.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
* Override bindings take precedence over the normal {{api|SetBinding}} bindings. Priority override bindings take precedence over non-priority override bindings.&lt;br /&gt;
* Override bindings are never saved, and will be wiped by an interface reload.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{api|SetOverrideBindingSpell}}&lt;br /&gt;
* {{api|SetOverrideBindingItem}}&lt;br /&gt;
* {{api|SetOverrideBindingMacro}}&lt;br /&gt;
* {{api|SetOverrideBindingClick}}&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Starlightblunder</name></author>
	</entry>
</feed>