DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetPlayerByIndex()
DayZPlayer
CGame::GetPlayerByIndex
(
int
index
=
0
)
inline
private
См. определение в файле
Game.c
строка
883
884
{
885
array<Man> players();
886
GetPlayers
(players);
887
if
(index >= players.Count())
888
return
null;
889
return
DayZPlayer.Cast(players[index]);
890
}
CGame::GetPlayers
proto native void GetPlayers(out array< Man > players)
Перекрестные ссылки
GetPlayers()
.
CGame
Создано системой
1.13.2