WoW:API GetActionBarToggles: Difference between revisions
Jump to navigation
Jump to search
GetActionBarToggles - Documentation by Flickering
mNo edit summary |
mNo edit summary |
||
Line 18: | Line 18: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetActionBarToggles]] | |||
[[Category:API Action Functions|GetActionBarToggles]] | [[Category:API Action Functions|GetActionBarToggles]] | ||
[[Category:API Interface Functions|GetActionBarToggles]] | [[Category:API Interface Functions|GetActionBarToggles]] |
Revision as of 18:18, 27 August 2005
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.