m
Move page script moved page API GetNumPartyMembers to WoW:API GetNumPartyMembers without leaving a redirect
mNo edit summary |
m (Move page script moved page API GetNumPartyMembers to WoW:API GetNumPartyMembers without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
{{removedapi|5.0.4|Instead use [[API GetNumGroupMembers|GetNumGroupMembers]] or [[API GetNumSubgroupMembers|GetNumSubgroupMembers]]}} | |||
Returns number of party members. | Returns number of party members. | ||
partyMembers = GetNumPartyMembers() | partyMembers = GetNumPartyMembers() | ||
| Line 12: | Line 14: | ||
==Notes== | ==Notes== | ||
* While in a battleground, this function returns information about your battleground party. You may retrieve information about your non-battleground party using {{api|GetRealNumPartyMembers}}(). | * While in a battleground, this function returns information about your battleground party. You may retrieve information about your non-battleground party using {{api|GetRealNumPartyMembers}}(). | ||
* While in a raid, you are also in a party. You might be the only person in your raidparty, so this function could still return 0. | |||
==See Also== | ==See Also== | ||
* {{api| | * {{api|GetNumGroupMembers}} | ||
* {{api| | * {{api|GetNumSubgroupMembers}} | ||
* {{api|GetPartyMember}} | * {{api|GetPartyMember}} | ||
* {{api|GetNumRaidMembers}} (Removed 5.0.4) | |||
* {{api|GetRealNumPartyMembers}} (Removed 5.0.4) | |||