m
Move page script moved page API GetRaidRosterInfo to WoW:API GetRaidRosterInfo without leaving a redirect
m (Move page script moved page API GetRaidRosterInfo to WoW:API GetRaidRosterInfo without leaving a redirect) |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 9: | Line 9: | ||
=== Arguments === | === Arguments === | ||
; | ;{{api|raidIndex|t=t}} : 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 === | ||
| Line 25: | Line 25: | ||
;online: [[Boolean]] - Returns 1 if raid member is online, nil otherwise. | ;online: [[Boolean]] - Returns 1 if raid member is online, nil otherwise. | ||
;isDead: [[Boolean]] - Returns 1 if raid member is dead (hunters Feigning Death are considered alive), nil otherwise. | ;isDead: [[Boolean]] - Returns 1 if raid member is dead (hunters Feigning Death are considered alive), nil otherwise. | ||
;role: String - The player's role within the raid (" | ;role: String - The player's role within the raid ("MAINTANK" or "MAINASSIST"). | ||
;isML: [[Boolean]] - Returns 1 if the raid member is master looter, nil otherwise | ;isML: [[Boolean]] - Returns 1 if the raid member is master looter, nil otherwise | ||