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
uint64 guid
Guid of the player to remove.
RemoveMethod method
Method used to remove the player.
Returns
boolean removed
- See method description.