Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns the total number of people in your raid group.

members = GetNumRaidMembers();

Returns[]

members
Number - number of players in your raid group, including yourself; or 0 if you are not in a raid group.

Notes[]

  • 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.

Patch changes[]

See Also[]

Advertisement