View Single Post
05-27-13, 07:07 AM   #16
Coldkil
A Cliff Giant
 
Coldkil's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2010
Posts: 70
So, if i get a handle on the castbar via frame:GetChildren(), i should be able to get to the 2 new regions via GetRegions().

Example:
Code:
cb.texture, cb.border, cb.shield, cb.icon, cb.shadow, cb.name = cb:GetRegions()
Am i right?

EDIT: my addon works correctly - i assume that not managing the two new regions will make the game automatically display the standard ones.

Last edited by Coldkil : 05-27-13 at 07:13 AM.