DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
IsInRange()
static proto
bool
Math::IsInRange
(
float
v
,
float
min
,
float
max
)
static
private
Returns if value is between min and max (inclusive)
Аргументы
v
float
Value
min
float
Minimum value
max
float
Maximum value
Возвращает
bool
- if value is within range [min,max]
Print
(
Math
.IsInRange(6.9, 3.6, 9.3) );
>>
true
Print
proto void Print(void var)
Prints content of variable to console/log.
Math::Math
void Math()
Определения
EnMath.c:8
Math
Создано системой
1.13.2