no edit summary
(Created page with "{{wowapi}} Returns the total number of people in your raid or party group. members = GetNumGroupMembers(); == Arguments == groupType - (optional) the type of group. Default ...") |
No edit summary |
||
| Line 12: | Line 12: | ||
== Notes == | == Notes == | ||
* While in battlegrounds, this function returns the number of people in the battleground raid group. You may both be in a an | * While in battlegrounds, this function returns the number of people in the battleground raid group. You may both be in a an automatic type (battleground, arena, finder) raid group and in a normal raid or party group at the same time. Note: as of patch 5.0.4 you can no longer use {{api|GetRealNumRaidMembers}}() to retrieve the number of people in the raid. | ||
==See Also== | ==See Also== | ||