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 | Determines whether the player is in a party or a raid group | ||
== Returns == | == Returns == | ||
:;isGroup: true if the player is in | :;isGroup: true if the player is in any kind of group, otherwise false | ||
== Example == | == Example == | ||