WoW:API GetRaidRosterInfo: Difference between revisions

Updated with new information
mNo edit summary
(Updated with new information)
Line 29: Line 29:
== Details ==
== Details ==
Regarding the correspondance of raid indices to players:  Let C be the list of players in a raid ordered by their raid index.  It appears that after any series of changes is made to the raid, at the end all players from C still in the raid will retain their original ordering (even if they left and rejoined the raid), with new members existing at any index 1<i<=40.
Regarding the correspondance of raid indices to players:  Let C be the list of players in a raid ordered by their raid index.  It appears that after any series of changes is made to the raid, at the end all players from C still in the raid will retain their original ordering (even if they left and rejoined the raid), with new members existing at any index 1<i<=40.
It also appears that your character's index will always be equal to GetNumRaidMembers() for the purposes of GetRaidRosterInfo.  In other words, your character's index will always be n in a raid of size n.  All other members will have indices less than n.
Anonymous user