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

◆ GetYawPitchRoll()

proto native external vector IEntity::GetYawPitchRoll ( )
protected

Returns orientation of Entity in world space (Yaw, Pitch, Roll)

Возвращает
vector entity orientation
Man player = g_Game.GetPlayer();
Print( player.GetYawPitchRoll() );
>> <180,-76.5987,180>
DayZGame g_Game
Определения DayZGame.c:3868
proto void Print(void var)
Prints content of variable to console/log.