Thread: KGPanels script
View Single Post
09-18-12, 04:11 AM   #7
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
FYI:
Code:
if IsInRaid() or IsInGroup() then
...is redundant; IsInGroup() returns true if you are in *any* kind of group. You don't need to check IsInRaid() unless you want to do something different in raid groups vs. party groups.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote