This method of the DirectPlay2 Class removes a player from a group.
public void deletePlayerFromGroup(int groupId, int playerId);
groupId | The group ID of the group to be adjusted. |
playerId | The ID of the player to be removed from the group. |
A DPSYS_DELETEPLAYERFROMGROUP system message is generated to inform the other players of this change.
addPlayerToGroup, DPMSG_DELETEPLAYERFROMGROUP