Version: 2017.1

NetworkServer.AddExternalConnection

Cambiar al Manual
public static bool AddExternalConnection (Networking.NetworkConnection conn);

Parámetros

conn Network connection to add.

Valor de retorno

bool True if added.

Descripción

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.