NetworkServer.DestroyPlayersForConnection

매뉴얼로 전환
public static void DestroyPlayersForConnection (Networking.NetworkConnection conn);

파라미터

connThe connections object to clean up for.

설명

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.