Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkManager.OnServerRemovePlayer

Switch to Manual
public void OnServerRemovePlayer(Networking.NetworkConnection conn, Networking.PlayerController player);

Parameters

conn The connection to remove the player from.
player The controller id of the player to remove.

Description

Called on the server when a client removes a player.

The default implementation of this function destroys the corresponding player object.