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

◆ GetPlayerByIndex()

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

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

949 {
950 array<Man> players();
951 GetPlayers(players);
952 if (index >= players.Count())
953 return null;
954 return DayZPlayer.Cast(players[index]);
955 }
proto native void GetPlayers(out array< Man > players)

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