DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
DiffAngle()
static proto
float
Math::DiffAngle
(
float
angle1
,
float
angle2
)
static
private
Return relative difference between angles.
Аргументы
angle1
float
angle2
float
Возвращает
float
Difference between angles (angle1 - angle2)
Print
(
Math
.DiffAngle(-45, 45) );
Print
(
Math
.DiffAngle(90, 80) );
>> -90
>> 10
Print
proto void Print(void var)
Prints content of variable to console/log.
Math::Math
void Math()
Определения
EnMath.c:8
Math
Создано системой
1.13.2