Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkServer.connections

Switch to Manual
public static List<NetworkConnection> connections;

Description

A list of all the current connections from clients.

The connections in the list are at the index of their connectionId. There may be nulls in this list for disconnceted clients.