WoW:API SetBindingClick: Difference between revisions

m
mNo edit summary
Line 13: Line 13:
== Details ==
== Details ==
* This function is functionally equivalent to the following statement.
* This function is functionally equivalent to the following statement.
  ok = {{api|SetBinding}}("key", "CLICK " .. spell .. (button and (":" .. button) or ""));
  ok = {{api|SetBinding}}("key", "CLICK " .. buttonName .. (button and (":" .. button) or ""));
* A single binding can only be bound to a single command at a time, although multiple bindings may be bound to the same command. The Key Bindings UI will only show the first two bindings, but there is no limit to the number of keys that can be used for the same command.
* A single binding can only be bound to a single command at a time, although multiple bindings may be bound to the same command. The Key Bindings UI will only show the first two bindings, but there is no limit to the number of keys that can be used for the same command.
* You must use {{api|SetBinding}} to unbind a key.
* You must use {{api|SetBinding}} to unbind a key.
Anonymous user