WoW:API GetRaidRosterInfo: Difference between revisions
Jump to navigation
Jump to search
m
Correct the case of the return value for the role. Case matters.
mNo edit summary |
m (Correct the case of the return value for the role. Case matters.) |
||
| 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 | ||