Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkClient.ConnectWithSimulator

Switch to Manual
public function ConnectWithSimulator(serverIp: string, serverPort: int, latency: int, packetLoss: float): void;

Parameters

serverIp Target IP address or hostname.
serverPort Target port number.
latency Simulated latency in milliseconds.
packetLoss Simulated packet loss percentage.

Description

Connect client to a NetworkServer instance with simulated latency and packet loss.