WoW API: IsInGroup
Jump to navigation
Jump to search
Added in Template:Mists-inline 5.0.4
isGroup = IsInGroup()
Determines if the player is in a raid type group.
Returns
- isGroup
- true if the player is in a some kind of group, otherwise false
Example
if IsInGroup() then
DEFAULT_CHAT_FRAME:AddMessage ("I am in some kind of Group.");
else
DEFAULT_CHAT_FRAME:AddMessage ("I am not in any kind of Group.");
end
Patch history
Template:Mists-inline Patch 5.0.4 (patch date::28-August-2012): Added for status help due to removed GetNumRaidMembers and GetNumPartyMembers.