WoW:API GetBindingByKey: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API GetBindingByKey to API GetBindingByKey without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
local binding = GetBindingByKey(key)
This returns whatever is bound to "key", be it a spell or an action or a click. If there is no binding it returns nil, unlike API GetBindingAction which returns a blank string.
Parameters[edit]
Arguments[edit]
- key (string) - WoW 'key name' of the key to get the binding for, such as an upper case letter like "K"
Returns[edit]
- binding (string) - the full binding command string, which is the name of the action that will be taken