Contents
![]() |
This is no longer a part of the World of Warcraft API.
|
Returns the total number of people in your raid group.
members = GetNumRaidMembers();
Returns[edit | edit source]
- members
- Number - number of players in your raid group, including yourself; or 0 if you are not in a raid group.
Notes[edit | edit source]
- While in battlegrounds, this function returns the number of people in the battleground raid group. You may both be in a battleground raid group and in a normal raid group at the same time; you can use GetRealNumRaidMembers() to retrieve the number of people in the latter.
See Also[edit | edit source]
- GetNumPartyMembers (Removed 5.0.4)
- GetRealNumRaidMembers (Removed 5.0.4)
Community content is available under CC-BY-SA unless otherwise noted.