Class Group [-] [+]
Represents a player group in the game, such as a party or raid.
Inherits all methods from: none
Methods
| AddMember | Adds a new member to the Group |
| ConvertToRaid | Converts this Group to a raid Group |
| Disband | Disbands this Group |
| GetGUID | Returns the Group's GUID |
| GetGroupType | Returns the type of this Group |
| GetLeaderGUID | Returns Group leader GUID |
| GetMemberGUID | Returns a Group member's GUID by their name |
| GetMemberGroup | Returns the Player's subgroup ID of this Group |
| GetMembers | Returns a table with the Players in this Group |
| GetMembersCount | Returns the member count of this Group |
| HasFreeSlotSubGroup | Returns 'true' if the subgroup has free slots in this Group |
| IsAssistant | Returns 'true' if the Player is an assistant of this Group |
| IsBGGroup | Returns 'true' if the Group is a battleground Group |
| IsFull | Returns 'true' if the Group is full |
| IsLFGGroup | Returns 'true' if the Group is a LFG group |
| IsLeader | Returns 'true' if the Player is the Group leader |
| IsMember | Returns 'true' if the Player is a member of this Group |
| IsRaidGroup | Returns 'true' if the Group is a raid Group |
| RemoveMember | Removes a Player from this Group and returns 'true' if successful |
| SameSubGroup | Returns 'true' if the Players are in the same subgroup in this Group |
| SendPacket | Sends a specified WorldPacket to this Group |
| SetLeader | Sets the leader of this Group |
| SetMemberFlag | Sets or removes a flag for a Group member |
| SetMembersGroup | Sets the member's subGroup |
| SetTargetIcon | Sets the target icon of an object for the Group |