/Tukui/modules/actionbars/Bar3.lua
http://github.com/Asphyxia/Tukui · Lua · 16 lines · 10 code · 3 blank · 3 comment · 3 complexity · f0d14547ffb06ae536ee18d378e41c27 MD5 · raw file
- local T, C, L = unpack(select(2, ...)) -- Import: T - functions, constants, variables; C - config; L - locales
- if not C["actionbar"].enable == true then return end
- ---------------------------------------------------------------------------
- -- setup MultiBarLeft as bar #3
- ---------------------------------------------------------------------------
- for i= 1, 12 do
- local b = _G["MultiBarLeftButton"..i]
- local b2 = _G["MultiBarLeftButton"..i-1]
- b:Size(T.buttonsize, T.buttonsize)
- b:ClearAllPoints()
- b:SetFrameStrata("BACKGROUND")
- b:SetFrameLevel(15)
- end