Wikia

WoWWiki

API IsInRaid

Talk0
98,472pages on
this wiki

Added in Mists-Logo-Small 5.0.4

 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

Mists-Logo-Small Patch 5.0.4 (28 August 2012): Added for status help due to removed GetNumRaidMembers

Notes

Advertisement | Your ad here

Photos

Add a Photo
61,987photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki