This version of Unity is unsupported.
Method group is Obsolete

NetworkServer.DestroyPlayersForConnection

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public static void DestroyPlayersForConnection(NetworkConnection conn);

Parameters

conn The connections object to clean up for.

Description

This destroys all the player objects associated with a NetworkConnections on a server.

This is used when a client disconnects, to remove the players for that client. This also destroys non-player objects that have client authority set for this connection.