WoW:API GetActionBarToggles: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API GetActionBarToggles to API GetActionBarToggles without leaving a redirect) |
||
(4 intermediate revisions by 4 users not shown) | |||
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() | ||
== Parameters == | == Parameters == | ||
<big>'''Arguments'''</big> | |||
: | :None | ||
<big>'''Returns'''</big> | |||
:bottomLeftState, bottomRightState, sideRightState, sideRight2State | :bottomLeftState, bottomRightState, sideRightState, sideRight2State | ||
Line 15: | Line 16: | ||
:;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. | ||
Latest revision as of 04:45, 15 August 2023
← WoW API < GetActionBarToggles
Gets the toggle states of the extra action bars.
bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles()
Parameters[edit]
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.