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

◆ WrapFloat0X()

static proto float Math::WrapFloat0X ( float f,
float max )
staticprivate

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

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