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>
g_Game
DayZGame g_Game
Определения
DayZGame.c:3868
Print
proto void Print(void var)
Prints content of variable to console/log.
IEntity
Создано системой
1.13.2