WoW:API LoadBindings: Difference between revisions
Jump to navigation
Jump to search
(boilerplate) |
m (Move page script moved page API LoadBindings to API LoadBindings without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
==Notes== | ==Notes== | ||
* The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf. | * The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf. | ||
* NOCOMBAT |
Latest revision as of 04:46, 15 August 2023
← WoW API < LoadBindings
Loads a binding set into memory, activating those bindings.
LoadBindings(bindingSet);
Arguments[edit]
- 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[edit]
- UPDATE_BINDINGS when the binding set has been loaded.
Notes[edit]
- The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.
- NOCOMBAT