WoW:API GetActionBarToggles: Difference between revisions

m
Added some spacing using {{clr}}
No edit summary
m (Added some spacing using {{clr}})
Line 1: Line 1:
<center>'''GetActionBarToggles''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}} __NOTOC__


Get the state of the extra action bars.
Gets the toggle states of the extra action bars.


  bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles()
  bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles()
{{clr}}
== Parameters ==
== Parameters ==
=== Arguments ===
''Arguments''
:()
:NONE


=== Returns ===
''Returns''
:bottomLeftState, bottomRightState, sideRightState, sideRight2State
:bottomLeftState, bottomRightState, sideRightState, sideRight2State


:;bottomLeftState : Flag - 1 if the left-hand bottom action bar is shown, nil otherwise.
:;bottomLeftState : Flag: 1 if the left-hand bottom action bar is shown, nil otherwise.
:;bottomRightState : Flag - 1 if the right-hand bottom action bar is shown, nil otherwise.
:;bottomRightState : Flag: 1 if the right-hand bottom action bar is shown, nil otherwise.
:;sideRightState : Flag - 1 if the first (outer) right side action bar is shown, nil otherwise.
:;sideRightState : Flag: 1 if the first (outer) right side action bar is shown, nil otherwise.
:;sideRight2State : Flag - 1 if the second (inner) right side action bar is shown, nil otherwise.
:;sideRight2State : Flag: 1 if the second (inner) right side action bar is shown, nil otherwise.
----
__NOTOC__
{{Template:WoW API}}
Anonymous user