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

◆ SetYawPitchRoll()

proto native external void IEntity::SetYawPitchRoll ( vector angles)
protected

Sets angles for entity (Yaw, Pitch, Roll)

Аргументы
anglesvector angles to be set
Man player = g_Game.GetPlayer();
player.SetYawPitchRoll("180 50 180" );
Print( player.GetYawPitchRoll() );
>> <-180,50,-180>
DayZGame g_Game
Определения DayZGame.c:3868
proto void Print(void var)
Prints content of variable to console/log.