WoW:API ResetBindings: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''ResetBindings'''</center>
<center>'''ResetBindings'''</center>


Line 18: Line 19:
;''Example''
;''Example''
  ResetBindings();
  ResetBindings();
----
{{Template:WoW API}}

Revision as of 18:11, 6 January 2007

WoW API < ResetBindings

ResetBindings

Loads into memory whatever key bindings are currently stored on disk and fires an UPDATE_BINDINGS event when finished. The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.

Removed with Patch 1.9


Arguments
(no arguments)

Returns
(does not return anything)

Example
ResetBindings();