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