WoW:API GetRaidRosterInfo: Difference between revisions

m
no edit summary
mNo edit summary
Line 3: Line 3:
Gets information about a raid member.
Gets information about a raid member.


  name, rank, subgroup, level, class, fileName, zone, online, isDead, role, isML = GetRaidRosterInfo(raidIndex);
  name, rank, subgroup, level, class, fileName,  
  zone, online, isDead, role, isML = GetRaidRosterInfo(raidIndex);


== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===


;[[raidIndex]] : Number - Index of raid member between 1 and (up to) 40. If you specify an index that is out of bounds, the function returns nil.
;[[raidIndex]] : Number - Index of raid member between 1 and MAX_RAID_MEMBERS (40). If you specify an index that is out of bounds, the function returns nil.


=== Returns ===
=== Returns ===
Anonymous user