Added in Template:Mists-inline 5.0.4
isGroup = IsInGroup([groupType])
Determines whether the player is in a party or a raid group
Arguments
Edit
- groupType (optional)
- The type of group:
- LE_PARTY_CATEGORY_HOME - true if the player is in a local or manual group.
- LE_PARTY_CATEGORY_INSTANCE - true if the player is in a instance type group. (e.g. LFG, LFR)
Returns
Edit
- isGroup
- true if the player is in any kind of group, otherwise false
Example
Edit
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
Edit
Community content is available under CC-BY-SA
unless otherwise noted.