DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetYawPitchRoll()
proto native external void IEntity::SetYawPitchRoll
(
vector
angles
)
protected
Sets angles for entity (Yaw, Pitch, Roll)
Аргументы
angles
vector
angles to be set
Man player =
g_Game
.GetPlayer();
player.SetYawPitchRoll(
"180 50 180"
);
Print
( player.GetYawPitchRoll() );
>> <-180,50,-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