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

◆ IsInRange()

static proto bool Math::IsInRange ( float v,
float min,
float max )
staticprivate

Returns if value is between min and max (inclusive)

Аргументы
vfloat Value
minfloat Minimum value
maxfloat Maximum value
Возвращает
bool - if value is within range [min,max]
Print( Math.IsInRange(6.9, 3.6, 9.3) );
>> true
proto void Print(void var)
Prints content of variable to console/log.
void Math()
Определения EnMath.c:8