Method Group:RemoveMember [-] [+]
Removes a Player from this Group and returns 'true' if successful
enum RemoveMethod
{
GROUP_REMOVEMETHOD_DEFAULT = 0,
GROUP_REMOVEMETHOD_KICK = 1,
GROUP_REMOVEMETHOD_LEAVE = 2,
GROUP_REMOVEMETHOD_KICK_LFG = 3
};
Synopsis
removed = Group:RemoveMember( guid, method )
Arguments
number guidGuid of the player to remove.
Valid numbers: integers from 0 to 18,446,744,073,709,551,615.
RemoveMethod methodMethod used to remove the player.
Returns
boolean removed- See method description.