DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
WrapFloatInclusive()
static proto
float
Math::WrapFloatInclusive
(
float
f
,
float
min
,
float
max
)
static
private
Returns wrap number to specified interval, inclusive [min, max].
Аргументы
f
float
Value
min
float
Minimum
max
float
Maximum
Возвращает
float
- number in specified interval [min, max]
Print
(
Math
.WrapFloatInclusive(9.0, 1.0, 9.0) );
>> 9.0
Print
proto void Print(void var)
Prints content of variable to console/log.
Math::Math
void Math()
Определения
EnMath.c:8
Math
Создано системой
1.13.2