Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkManager.OnClientNotReady

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

Parameters

conn Connection to a server.

Description

Called on clients when a servers tells the client it is no longer ready.

This is commonly used when switching scenes.