WoW:API ResetBindings: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API ResetBindings to API ResetBindings without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''ResetBindings'''</center>
{{wowapi|removed=1.9.0}}
Loads into memory whatever key bindings are currently stored on disk and fires an [[Events U (UI, Unit, Update, Use)#UPDATE_BINDINGS|UPDATE_BINDINGS]] event when finished.


Loads into memory whatever key bindings are currently stored on disk and fires an [[Events U (UI, Unit, Update, Use)#UPDATE_BINDINGS|UPDATE_BINDINGS]] event when finished.  The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.
  ResetBindings()


----
== Parameters ==
;''Arguments''
=== Arguments ===
: none


:(no arguments)
=== Returns ===
: none


----
== Details ==
;''Returns''
The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.


:(does not return anything)
== Notes ==
 
* Removed with Patch 1.9
----
;''Example''
ResetBindings();
 
----
{{Template:WoW API}}

Latest revision as of 04:47, 15 August 2023

WoW API < ResetBindings

Loads into memory whatever key bindings are currently stored on disk and fires an UPDATE_BINDINGS event when finished.

 ResetBindings()

Parameters[edit]

Arguments[edit]

none

Returns[edit]

none

Details[edit]

The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.

Notes[edit]

  • Removed with Patch 1.9