Wikia

WoWWiki

Watchlist Recent changes

API GetPartyMember

Main Menue



Returns 1 if the specified party member exists, nil otherwise.

memberExists = GetPartyMember(index);

ParametersEdit

ArgumentsEdit

index 
Number - Which party member to query (1-4).

ReturnsEdit

memberExists
Flag - If the specified party member exists, returns 1, otherwise nil.

ExampleEdit

memberCount = 0
for groupindex = 1,MAX_PARTY_MEMBERS do
 if (GetPartyMember(groupindex)) then
  memberCount = memberCount + 1
 end
end

ResultEdit

Will count the number of members in the party (not the best way to do that but it's a reasonable example).

Pages on WoWWiki

95,750pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
58,025photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki