WoW:API GetPartyMember
Jump to navigation
Jump to search
This function returns the Index of the specified index of the player. Thus if you used the following as an example:
for groupindex = 1,4 do id=GetPartyMember(groupindex); end
Then:
id=groupindex
Thus if groupindex=1 then id=1. This makes this function a noop.