DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ YawToVector()

proto static native vector vector::YawToVector ( float yaw)
staticprivate

Returns vector of yaw.

Аргументы
yawfloat Value of yaw
Возвращает
vector Yaw converted in vector
Print( vector.Yaw2Vector(90) );
Print( vector.Yaw2Vector(45) );
>> <0,1,0>
>> <0.707107,0.707107,0>
Определения EnConvert.c:106
proto void Print(void var)
Prints content of variable to console/log.

Используется в RecoilBase::PostInit().