Method Group:SetMemberFlag [-] [+]

Sets or removes a flag for a Group member

enum GroupMemberFlags
{
    MEMBER_FLAG_ASSISTANT   = 0x01,
    MEMBER_FLAG_MAINTANK    = 0x02,
    MEMBER_FLAG_MAINASSIST  = 0x04,
};

Synopsis

Group:SetMemberFlag( target, apply, flag )

Arguments

number target

GUID of the target.

Valid numbers: integers from 0 to 18,446,744,073,709,551,615.

boolean apply

Add the flag if true, remove the flag otherwise.

GroupMemberFlags flag

The flag to set or unset.

Returns

Nothing.

Generated on
©2016 - Eluna Lua Engine