WoW:API GetPartyMember

Revision as of 22:37, 1 January 2005 by WoWWiki>Sean Hummel
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.