WoW:API GetNumRaidMembers: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
m (Move page script moved page API GetNumRaidMembers to API GetNumRaidMembers without leaving a redirect) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
{{removedapi|5.0.4|Instead use [[API GetNumGroupMembers|GetNumGroupMembers]] or [[API GetNumSubgroupMembers|GetNumSubgroupMembers]]}} | |||
Returns the total number of people in raid | Returns the total number of people in your raid group. | ||
members = GetNumRaidMembers(); | |||
Returns 0 if not in a raid. | == 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 {{api|GetRealNumRaidMembers}}() to retrieve the number of people in the latter. | |||
==See Also== | |||
* {{api|GetNumGroupMembers}} | |||
* {{api|GetNumSubgroupMembers}} | |||
* {{api|GetNumPartyMembers}} (Removed 5.0.4) | |||
* {{api|GetRealNumRaidMembers}} (Removed 5.0.4) |
Latest revision as of 04:46, 15 August 2023
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]
- members
- Number - number of players in your raid group, including yourself; or 0 if you are not in a raid group.
Notes[edit]
- 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]
- GetNumPartyMembers (Removed 5.0.4)
- GetRealNumRaidMembers (Removed 5.0.4)