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

◆ SetAsSegregatedReverseLight()

void CarLightBase::SetAsSegregatedReverseLight ( )
inlineprivate

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

46 {
47 SetRadiusTo(m_SegregatedRadius);
48 SetSpotLightAngle(m_SegregatedAngle);
49 SetBrightnessTo(m_SegregatedBrightness);
50 SetAmbientColor(m_SegregatedColorRGB[0], m_SegregatedColorRGB[1], m_SegregatedColorRGB[2]);
51 SetDiffuseColor(m_SegregatedColorRGB[0], m_SegregatedColorRGB[1], m_SegregatedColorRGB[2]);
52 SetFadeOutTime(0.1);
53 SetFlareVisible(false);
54 }