WoW API: GetBindingByKey

Revision as of 20:45, 16 November 2007 by WoWWiki>Progdog (New page: {{wowapi}} 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 (whereas GetBindingAction will re...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetBindingByKey

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 (whereas GetBindingAction will return a blank string).