WoW:API ResetBindings: Difference between revisions
Jump to navigation
Jump to search
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 | 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. | ||
ResetBindings() | |||
== Parameters == | |||
=== Arguments === | |||
: none | |||
: | === Returns === | ||
: none | |||
- | == Details == | ||
The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf. | |||
== Notes == | |||
* Removed with Patch 1.9 | |||
Revision as of 01:07, 11 February 2021
This is no longer a part of the World of Warcraft API.
|
← WoW API < ResetBindings
Loads into memory whatever key bindings are currently stored on disk and fires an UPDATE_BINDINGS event when finished.
ResetBindings()
Parameters
Arguments
- none
Returns
- none
Details
The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.
Notes
- Removed with Patch 1.9