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

◆ OffroadHatchbackFrontLight()

void CarLightBase::OffroadHatchbackFrontLight ( )
inlineprivate

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

4 {
5 m_SegregatedBrightness = 5;
6 m_SegregatedRadius = 55;
7 m_SegregatedAngle = 110;
8 m_SegregatedColorRGB = Vector(1.0, 0.8, 0.6);
9
10 m_AggregatedBrightness = 10;
11 m_AggregatedRadius = 75;
12 m_AggregatedAngle = 120;
13 m_AggregatedColorRGB = Vector(1.0, 0.8, 0.6);
14
15 FadeIn(0.3);
16 SetFadeOutTime(0.25);
17
18 SegregateLight();
19 }
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

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