WoW:API GetActionBarToggles: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Added some spacing using {{clr}}) |
||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Gets the toggle states of the extra action bars. | |||
bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles() | bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles() | ||
{{clr}} | |||
== Parameters == | == Parameters == | ||
''Arguments'' | |||
: | :NONE | ||
''Returns'' | |||
:bottomLeftState, bottomRightState, sideRightState, sideRight2State | :bottomLeftState, bottomRightState, sideRightState, sideRight2State | ||
:;bottomLeftState : Flag | :;bottomLeftState : Flag: 1 if the left-hand bottom action bar is shown, nil otherwise. | ||
:;bottomRightState : Flag | :;bottomRightState : Flag: 1 if the right-hand bottom action bar is shown, nil otherwise. | ||
:;sideRightState : Flag | :;sideRightState : Flag: 1 if the first (outer) right side action bar is shown, nil otherwise. | ||
:;sideRight2State : Flag | :;sideRight2State : Flag: 1 if the second (inner) right side action bar is shown, nil otherwise. | ||
Revision as of 19:00, 16 October 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.