WoW API: LoadBindings

Revision as of 03:49, 15 September 2014 by 85.26.231.17 (talk) (→‎Notes)

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

Notes

  • The file it reads from is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.
  • NOCOMBAT