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 guid
Guid of the player to remove.
Valid numbers: integers from 0 to 18,446,744,073,709,551,615.
RemoveMethod method
Method used to remove the player.
Returns
boolean removed
- See method description.