View Single Post
10-19-12, 10:57 AM   #2
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 363
Last I checked, these are the global variables that the UI uses to control whether the extra actionbars are enabled or disabled. Their values are boolean (true for enabled/false or nil for disabled).
Code:
SHOW_MULTI_ACTIONBAR_1 = false
SHOW_MULTI_ACTIONBAR_2 = false
SHOW_MULTI_ACTIONBAR_3 = false
SHOW_MULTI_ACTIONBAR_4 = true
  Reply With Quote