Thread: HealPrediction
View Single Post
10-10-13, 02:14 AM   #11
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 135
Originally Posted by zork View Post
self.Health:GetWidth() returns 0 for me on group header units.
Make sure it runs after self.Health:SetSize/SetWidth or replace it with a static value. If you're using the entire frame (e.g. self.Health:SetAllPoints(self)) you could use self:GetWidth()
  Reply With Quote