GetAllPlayers

From RAGE Multiplayer Wiki

Gets all the players connected to the server.


C# Syntax

List<Player> NAPI.Pools.GetAllPlayers();


Example

// Code here...