WoW:API GetActionBarToggles: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Added some spacing using {{clr}})
mNo edit summary
Line 4: Line 4:


  bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles()
  bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles()
{{clr}}
 
== Parameters ==
== Parameters ==
''Arguments''
<big>'''Arguments'''</big>
:NONE
:None


''Returns''
<big>'''Returns'''</big>
: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.

Revision as of 01:09, 4 November 2006

WoW API < GetActionBarToggles

Gets the toggle states of the extra action bars.

bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles()

Parameters

Arguments

None

Returns

bottomLeftState, bottomRightState, sideRightState, sideRight2State
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.
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.