m
Move page script moved page API GetBinding to WoW:API GetBinding without leaving a redirect
mNo edit summary |
m (Move page script moved page API GetBinding to WoW:API GetBinding without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the command name and all keys currently bound to the command specified by ''index''. This would generally be used in conjunction with [[API GetNumBindings|GetNumBindings()]] to loop through and set/get all of the key bindings available. | Returns the command name and all keys currently bound to the command specified by ''index''. This would generally be used in conjunction with [[API GetNumBindings|GetNumBindings()]] to loop through and set/get all of the key bindings available. | ||
| Line 26: | Line 25: | ||
---- | ---- | ||
;''Notes'' | |||
[[ | It may also be helpful to use the [[API_select | select]] function to return a table of all the values. See the [[API_select | select]] page example of the Catenation function. | ||
[[ | |||