DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
WrapFloat0XInclusive()
static proto
float
Math::WrapFloat0XInclusive
(
float
f
,
float
max
)
static
private
Returns wrap number to specified interval, inclusive [0, max].
Аргументы
f
float
Value
max
float
Maximum
Возвращает
float
- number in specified interval [0, max]
Print
(
Math
.WrapFloat0XInclusive(9.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