GetAllPlayers
Внешний вид
Gets all the players connected to the server.
C# Syntax
<syntaxhighlight lang="csharp">List<Player> NAPI.Pools.GetAllPlayers();</syntaxhighlight>
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>