WoW:API ResetBindings: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


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.  The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.
Removed with Patch 1.9


----
----

Revision as of 18:40, 12 April 2006

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();

Template:WoW API