DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetPlayerByIndex()

DayZPlayer CGame::GetPlayerByIndex ( int index = 0)
inlineprivate

См. определение в файле Global/game.c строка 938

939 {
940 array<Man> players();
941 GetPlayers(players);
942 if (index >= players.Count())
943 return null;
944 return DayZPlayer.Cast(players[index]);
945 }
proto native void GetPlayers(out array< Man > players)

Перекрестные ссылки GetPlayers().