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