DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetMaxValue()
static
float
GetMaxValue
(
array
<
float
>
pArray
)
static
protected
См. определение в файле
MiscGameplayFunctions.c
строка
1773
1774
{
1775
float
maxValue = 0.0;
1776
for
(
int
i = 0; i < pArray.Count(); ++i)
1777
{
1778
if
(maxValue == 0 || pArray.Get(i) > maxValue)
1779
{
1780
maxValue = pArray.Get(i);
1781
}
1782
}
1783
1784
return
maxValue;
1785
}
Ishodniki
scripts
4_World
Static
MiscGameplayFunctions.c
Создано системой
1.13.2