API IsInRaid
Talk0
98,452pages on
this wiki
this wiki
isRaid = IsInRaid()
Determines if the player is in a raid type group.
Contents |
Returns
- isRaid
- true if the player is in a raid group, otherwise false
Example
if IsInRaid() then
DEFAULT_CHAT_FRAME:AddMessage ("I am in a Raid Group.");
elseif not IsInRaid() then
DEFAULT_CHAT_FRAME:AddMessage ("I am not in a Raid Group.");
end
Patch history
Patch 5.0.4 (28 August 2012): Added for status help due to removed GetNumRaidMembers.