DayZ 1.24
Loading...
Searching...
No Matches
GoatLight.c
Go to the documentation of this file.
1class GoatLight extends PointLightBase
2{
3 void GoatLight()
4 {
5 SetVisibleDuringDaylight(true);
6 SetRadiusTo(1.6);
7 SetBrightnessTo(3.1);
8 SetCastShadow(false);
9 SetFadeOutTime(15);
10 SetDiffuseColor(0.85, 0.1, 0.1);
11 SetAmbientColor(0.85, 0.1, 0.1);
12 SetFlareVisible(false);
13 SetFlickerAmplitude(0.35);
14 SetFlickerSpeed(0.25);
15 SetDancingShadowsMovementSpeed(0.05);
16 SetDancingShadowsAmplitude(0.03);
17 }
18};
void GoatLight()
Definition GoatLight.c:3