no edit summary
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<center>'''GetRaidRosterInfo''' ''Documentation by Totem''</center> | <center>'''GetRaidRosterInfo''' ''Documentation by Totem''</center> | ||
Gets information about | Gets information about a raid member. | ||
GetRaidRosterInfo(); | GetRaidRosterInfo(); | ||
| Line 7: | Line 7: | ||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' | ||
:(Integer [[API TYPE RaidIndex|RaidIndex]]) | |||
: | :;RaidIndex : Index of raid member between 1 and 40. | ||
---- | ---- | ||
| Line 61: | Line 62: | ||
: Regarding the corrispondance of raid indecies 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 0<i<=40. | : Regarding the corrispondance of raid indecies 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 0<i<=40. | ||
---- | ---- | ||
{{WoW API}} | {{WoW API}} | ||