WoW:API GetActionBarToggles

From AddOn Studio
Revision as of 23:19, 10 April 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetActionBarToggles - Documentation by Flickering

Get the state of the extra action bars.

bottomLeftState, bottomRightState, sideRightState, sideRight2State = GetActionBarToggles()

Parameters

Arguments

()

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.

Template:WoW API