DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SignInt()
static proto
int
Math::SignInt
(
int
i
)
static
private
Returns sign of given value.
Аргументы
i
int
Value
Возвращает
int
- Sign of given value
Print
(
Math
.SignFloat(-12) );
Print
(
Math
.SignFloat(0) );
Print
(
Math
.SignFloat(12) );
>> -1
>> 0
>> 1
Print
proto void Print(void var)
Prints content of variable to console/log.
Math::Math
void Math()
Определения
EnMath.c:8
Math
Создано системой
1.13.2