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

◆ WrapFloat()

static proto float Math::WrapFloat ( float f,
float min,
float max )
staticprivate

Returns wrap number to specified interval [min, max[.

Аргументы
ffloat Value
minfloat Minimum
maxfloat Maximum
Возвращает
float - number in specified interval [min, max[
Print( Math.WrapFloat(9.0, 1.0, 9.0) );
>> 1.0
proto void Print(void var)
Prints content of variable to console/log.
void Math()
Определения EnMath.c:8