WoW:API ResetBindings: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{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.  The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.
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.


Removed with Patch 1.9
  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();