WoW API: GetBindingByKey

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetBindingByKey

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