Thread: HealPrediction
View Single Post
10-09-13, 01:08 PM   #7
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
@Freebaser
Oh, I haven't thought about getting the status bar values. I'll also have to offset the healAbsorb and figure out the visibility of the bars when they overlap. Wouldn't it still be better to pass myIncomingHeal, otherIncomingHeal, totalAbsorb, myCurrentHealAbsorb and maxHealth to PostUpdate as this would spare the global calls (don't know if statusbar:GetValue() is a global or something else actually)?
  Reply With Quote