Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkServerSimple.OnDisconnectError

public void OnDisconnectError(Networking.NetworkConnection conn, byte error);

Parameters

conn The connection object that the error occured on.
error The error code.

Description

A virtual function that is called when a disconnect error happens.