Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
xmassleighlight.c
Go to the documentation of this file.
1
class
XmasSleighLight
extends
PointLightBase
2
{
3
void
XmasSleighLight
()
4
{
5
SetVisibleDuringDaylight(
false
);
6
SetRadiusTo(24);
7
SetBrightnessTo(3);
8
SetCastShadow(
false
);
9
SetDiffuseColor(0.7, 0.7, 1.0);
10
SetFlareVisible(
false
);
11
SetFlickerAmplitude(0.5);
12
SetFlickerSpeed(1);
13
}
14
}
PointLightBase
Definition
staticobj_roadblock_wood_small.c:28
PointLightBase::XmasSleighLight
void XmasSleighLight()
Definition
xmassleighlight.c:3
Games
Dayz
scripts
4_world
entities
scriptedlightbase
pointlightbase
xmassleighlight.c
Generated by
1.17.0