WoW API: GetBindingByKey

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.

ParametersEdit

ArgumentsEdit

  • key (string) - WoW 'key name' of the key to get the binding for, such as an upper case letter like "K"

ReturnsEdit

  • binding (string) - the full binding command string, which is the name of the action that will be taken