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