GetAllPlayers
Gets all the players connected to the server.
C# Syntax
List<Player> NAPI.Pools.GetAllPlayers();
Example
// Code here...
Gets all the players connected to the server.
List<Player> NAPI.Pools.GetAllPlayers();
// Code here...