DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetVaultType()
int
DayZInfected::GetVaultType
(
float
height
)
inline
protected
См. определение в файле
ZombieBase.c
строка
401
402
{
403
if
( height <= 0.6 )
404
return
0;
405
else
if
( height <= 1.1 )
406
return
1;
407
else
if
( height <= 1.6 )
408
return
2;
409
else
410
return
3;
411
}
Используется в
HandleVault()
.
DayZInfected
Создано системой
1.13.2