m
Move page script moved page API GetNumGroupMembers to WoW:API GetNumGroupMembers without leaving a redirect
(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 ...") |
m (Move page script moved page API GetNumGroupMembers to WoW:API GetNumGroupMembers without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
== Arguments == | == Arguments == | ||
;groupType (optional): ({{api|partyCategoryType}}) the type of group. | ;groupType (optional) | ||
: ({{api|partyCategoryType|t=t}}) the type of group. | |||
:* LE_PARTY_CATEGORY_HOME - get the count for a local or manual group. (default) | :* LE_PARTY_CATEGORY_HOME - get the count for a local or manual group. (default) | ||
:* LE_PARTY_CATEGORY_INSTANCE - get the count for a player's automatic group. (default in an instance) | :* LE_PARTY_CATEGORY_INSTANCE - get the count for a player's automatic group. (default in an instance) | ||
== Returns == | == Returns == | ||
; members : Number - number of players in your raid or party group, including yourself; or 0 if you are not in a raid or party type group. | ; members | ||
: Number - number of players in your raid or party group, including yourself; or 0 if you are not in a raid or party type group. | |||
== 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== | ||
| Line 18: | Line 20: | ||
* {{api|GetNumPartyMembers}} (removed in 5.0.4) | * {{api|GetNumPartyMembers}} (removed in 5.0.4) | ||
* {{api|GetRealNumRaidMembers}} | * {{api|GetRealNumRaidMembers}} (removed in 5.0.4) | ||