Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

NetworkServer.DestroyPlayersForConnection

Obsolete public static void DestroyPlayersForConnection(NetworkConnection conn);

Parameters

connThe 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.

Did you find this page useful? Please give it a rating: