DayZ 1.24
Loading...
Searching...
No Matches
AnniversaryBoxLight.c
Go to the documentation of this file.
1class AnniversaryBoxLight extends PointLightBase
2{
4 {
5 SetVisibleDuringDaylight(true);
6 SetRadiusTo(1);
7 SetBrightnessTo(3);
8 SetCastShadow(false);
9 SetAmbientColor(0.9, 0.85, 0.4);
10 SetDiffuseColor(0.9, 0.85, 0.4);
11 }
12}