Sandbox Logo

Connection.All

IReadOnlyList<Connection> All { 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