Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkServer.DestroyPlayersForConnection

Switch to Manual
public static function DestroyPlayersForConnection(conn: Networking.NetworkConnection): void;

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.