Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

ClientScene.ConnectLocalServer

Switch to Manual
public static function ConnectLocalServer(): Networking.NetworkClient;

Returns

NetworkClient A client object for communicating with the local server.

Description

Create and connect a local client instance to the local server.

This client acts like normal remote client but internally all messages are routed directly to the server process.