WoW:API LoadBindings: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(boilerplate) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Loads a binding set into memory, activating those bindings. | |||
LoadBindings(bindingSet); | |||
== Arguments == | |||
;bindingSet : Number - Which binding set to load; one of the following three numeric constants: | |||
:* DEFAULT_BINDINGS (0) | |||
:* ACCOUNT_BINDINGS (1) | |||
:* CHARACTER_BINDINGS (2) | |||
==Fires Events== | |||
* {{api|t=e|UPDATE_BINDINGS}} when the binding set has been loaded. | |||
== | ==Notes== | ||
* The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf. | |||
Revision as of 21:10, 1 June 2010
← WoW API < LoadBindings
Loads a binding set into memory, activating those bindings.
LoadBindings(bindingSet);
Arguments
- bindingSet
- Number - Which binding set to load; one of the following three numeric constants:
- DEFAULT_BINDINGS (0)
- ACCOUNT_BINDINGS (1)
- CHARACTER_BINDINGS (2)
Fires Events
- UPDATE_BINDINGS when the binding set has been loaded.
Notes
- The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.