WoW:API ResetBindings: Difference between revisions

m
Move page script moved page API ResetBindings to WoW:API ResetBindings without leaving a redirect
(upgraded deprecated template)
m (Move page script moved page API ResetBindings to WoW:API ResetBindings without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi|removed=1.9.0}}
<center>'''ResetBindings'''</center>
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()


Removed with Patch 1.9
== Parameters ==
=== Arguments ===
: none


----
=== Returns ===
;''Arguments''
: none


:(no arguments)
== Details ==
The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.


----
== Notes ==
;''Returns''
* Removed with Patch 1.9
 
:(does not return anything)
 
----
;''Example''
ResetBindings();
Anonymous user