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.

NetworkClient.ReconnectToNewHost

public bool ReconnectToNewHost(string serverIp, int serverPort);

Parameters

serverIp The IP address of the new host.
serverPort The port of the new host.

Returns

bool True if able to reconnect.

Description

This is used by a client that has lost the connection to the old host, to reconnect to the new host of a game.