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