 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Returns whether or not the unit with the given GUID is in your group.
inGroup = IsGUIDInGroup(UnitGUID, [groupType])
Arguments
- guid
- string : WOWGUID
- groupType
- number?
- If omitted, defaults to
INSTANCE if applicable, HOME otherwise.
| Value |
Enum |
Description
|
| 1 |
LE_PARTY_CATEGORY_HOME |
Home-realm group, i.e. a manually created group.
|
| 2 |
LE_PARTY_CATEGORY_INSTANCE |
Instance-specific temporary group, e.g. Battlegrounds, Dungeon Finder
|
Returns
- inGroup
- bool - True if the given GUID is in your group, considering groupType if provided, otherwise false.
Details