WoW:API IsInGroup: Difference between revisions

Correct the summary that mentioned only a raid group
(no need to use the function twice in if/else statement; removed notes)
(Correct the summary that mentioned only a raid group)
Line 4: Line 4:
   isGroup = IsInGroup()  
   isGroup = IsInGroup()  


Determines if the player is in a raid type group.
Determines whether the player is in a party or a raid group


== Returns ==
== Returns ==
:;isGroup: true if the player is in a some kind of group, otherwise false
:;isGroup: true if the player is in any kind of group, otherwise false


== Example ==
== Example ==
Anonymous user