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

◆ CarLightBase()

void SpotLightBase::CarLightBase ( )
inlineprivate

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

19 {
20 SetVisibleDuringDaylight(true);
21 SetCastShadow(true);
22 SetFlareVisible(true);
23 FadeIn(0.3);
24 SetFadeOutTime(0.25);
25
26 }