DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetLocalYawPitchRoll()
proto native external
vector
IEntity::GetLocalYawPitchRoll
(
)
protected
Returns local orientation when it's in hierarchy (Yaw, Pitch, Roll)
Возвращает
vector
local orientation
Man player =
g_Game
.GetPlayer();
Print
( player.GetLocalYawPitchRoll() );
>> <180,-57.2585,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