Navigation menu

WoW:API GetNumBindings: Difference between revisions

Jump to navigation Jump to search
m
Move page script moved page API GetNumBindings to WoW:API GetNumBindings without leaving a redirect
(Function info)
 
m (Move page script moved page API GetNumBindings to WoW:API GetNumBindings without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''GetNumBindings'''</center>
{{wowapi}}
 
Returns the total number of key bindings listed in the key bindings window.  This includes not only actions that can be bound, but also the category headers in the window.  This would generally be used in conjunction with [[API GetBinding|GetBinding(index)]] to loop through and set/get all of the key bindings available.
Returns the total number of key bindings listed in the key bindings window.  This includes not only actions that can be bound, but also the category headers in the window.  This would generally be used in conjunction with [[API GetBinding|GetBinding(index)]] to loop through and set/get all of the key bindings available.


Line 18: Line 17:
;''Example''
;''Example''
  numKeyBindings = GetNumBindings();
  numKeyBindings = GetNumBindings();
----
{{Template:WoW API}}
Anonymous user