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

◆ OnUpdateClient()

override void OnUpdateClient ( float timeSlice)

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

561 {
562 SetAnimationPhaseNow("EntranceDoor",m_AnimPhase);
563 if (m_AlarmLight)
564 {
565 vector newOri = m_AlarmLight.GetOrientation() + Vector(timeSlice * LIGHT_ROT_SPEED,0,0);
566 m_AlarmLight.SetOrientation(newOri);
567 }
568 }
AlarmLight m_AlarmLight
Определения Land_Underground_Entrance.c:327
const float LIGHT_ROT_SPEED
Определения Land_Underground_Entrance.c:338
Определения EnConvert.c:106
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

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