Перейти к содержанию

GetAllPlayers

Материал из RAGE MP Wiki Archive
Версия от 09:40, 30 ноября 2019; imported>Xabi (Created page with "Gets all the players connected to the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<Player> {{Template:CSharp_Serverside_namespace}}Pools.GetAllPlayers();|lang=csha...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets all the players connected to the server.


<syntaxhighlight lang="csharp">List<Player> NAPI.Pools.GetAllPlayers();</syntaxhighlight>


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>