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

◆ GetPlayerState()

int EntityAI::GetPlayerState ( )
inlineprivate

См. определение в файле Man.c строка 63

64 {
65 if (IsAlive())
66 return EPlayerStates.ALIVE;
67
68 return EPlayerStates.DEAD;
69 }
EPlayerStates
Определения EPlayerStates.c:2