View Single Post
04-30-09, 02:42 AM   #9
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Some questions.

Why bar:SetValue_(value) and not bar:SetValue(value) ?
Does SetValue_ even work, what does it?

Other than that...
if cur == value or abs(cur - value) < 2 then
or
if cur == value or abs(new - value) < 2 then
and why?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote