DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
VectorToYaw()
proto
float
vector::VectorToYaw
(
)
private
Returns yaw of vector.
Аргументы
vec
vector
Vector to convert yaw
Возвращает
float
Yaw of vector
vector
v1 =
"0 1 0"
;
vector
v2 =
"0.7 0.7 0"
;
Print
( v1.ToYaw() );
Print
( v2.ToYaw() );
>> 90
>> 45
vector
Определения
EnConvert.c:106
Print
proto void Print(void var)
Prints content of variable to console/log.
vector
Создано системой
1.13.2