DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetPlayerByIndex()
DayZPlayer
CGame::GetPlayerByIndex
(
int
index
=
0
)
inline
private
См. определение в файле
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
}
CGame::GetPlayers
proto native void GetPlayers(out array< Man > players)
Перекрестные ссылки
GetPlayers()
.
CGame
Создано системой
1.13.2