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.

NetworkServer.AddExternalConnection

public static bool AddExternalConnection(Networking.NetworkConnection conn);

Parameters

conn Network connection to add.

Returns

bool True if added.

Description

This accepts a network connection from another external source and adds it to the server.

This connection will use the callbacks registered with the server, and can have players added to it like any other connection.