This function or event no longer exists in version 6.0.2 (19034) of World of Warcraft. Please check the main API page for an up-to-date listing of the valid API functions
Returns the number of additional members in the player's party. As of 5.0.4, the function is replaced by GetNumGroupMembers()
See also Party functions.
Signature:
numPartyMembers
=
GetNumPartyMembers()
Returns:
numPartyMembers
- Number of additional members in the player's party (between 1 andMAX_PARTY_MEMBERS
, or 0 if the player is not in a party) (number
)