Closed r-o-b-o-t-o closed 1 year ago
Adds Group:SetMemberFlag(target, apply, flag):
Group:SetMemberFlag(target, apply, flag)
Sets or removes a flag for a [Group] member
[Group]
enum GroupMemberFlags { MEMBER_FLAG_ASSISTANT = 0x01, MEMBER_FLAG_MAINTANK = 0x02, MEMBER_FLAG_MAINASSIST = 0x04, };
Arguments: ObjectGuid target : GUID of the target bool apply : add the flag if true, remove the flag otherwise [GroupMemberFlags] flag : the flag to set or unset
ObjectGuid
bool
flag
true
[GroupMemberFlags]
Adds
Group:SetMemberFlag(target, apply, flag)
:Sets or removes a flag for a
[Group]
memberArguments:
ObjectGuid
target : GUID of the targetbool
apply : add theflag
iftrue
, remove theflag
otherwise[GroupMemberFlags]
flag : the flag to set or unset