DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
YawToVector()
proto static native
vector
vector::YawToVector
(
float
yaw
)
static
private
Returns vector of yaw.
Аргументы
yaw
float
Value of yaw
Возвращает
vector
Yaw converted in vector
Print
(
vector
.Yaw2Vector(90) );
Print
(
vector
.Yaw2Vector(45) );
>> <0,1,0>
>> <0.707107,0.707107,0>
vector
Определения
EnConvert.c:106
Print
proto void Print(void var)
Prints content of variable to console/log.
Используется в
RecoilBase::PostInit()
.
vector
Создано системой
1.13.2