Sandbox Logo

Networking.Connections

IReadOnlyList<Connection> Connections { get; set; }

Description

A list of connections that are currently on this server. If you're not on a server this will return only one connection (Connection.Local). Some games restrict the connection list - in which case you will get an empty list.

Return

User Comments