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

◆ OnUpdateClient()

override void OnUpdateClient ( float timeSlice)

См. определение в файле Land_Underground_Entrance.c строка 575

576 {
577 SetAnimationPhaseNow("EntranceDoor",m_AnimPhase);
578 if (m_AlarmLight)
579 {
580 vector newOri = m_AlarmLight.GetOrientation() + Vector(timeSlice * LIGHT_ROT_SPEED,0,0);
581 m_AlarmLight.SetOrientation(newOri);
582 }
583 }
AlarmLight m_AlarmLight
Определения Land_Underground_Entrance.c:342
const float LIGHT_ROT_SPEED
Определения Land_Underground_Entrance.c:353
Определения EnConvert.c:119
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

Перекрестные ссылки LIGHT_ROT_SPEED, m_AlarmLight и Vector().