Returns the current visibility settings for the four secondary action bars
See also ActionBar functions.
Signature:
showBar1,
showBar2,
showBar3,
showBar4
=
GetActionBarToggles()
Returns:
showBar1
- 1 if the interface option is set to show the Bottom Left ActionBar, otherwise nil (1nil
)showBar2
- 1 if the interface option is set to show the Bottom Right ActionBar, otherwise nil (1nil
)showBar3
- 1 if the interface option is set to show the Right ActionBar, otherwise nil (1nil
)showBar4
- 1 if the interface option is set to show the Right ActionBar 2, otherwise nil (1nil
)