GetAllPlayers

From RAGE Multiplayer Wiki
Revision as of 09:40, 30 November 2019 by Xabi (talk | contribs) (Created page with "Gets all the players connected to the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<Player> {{Template:CSharp_Serverside_namespace}}Pools.GetAllPlayers();|lang=csha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets all the players connected to the server.


C# Syntax

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


Example

// Code here...