Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
zombiemummylight.c
Go to the documentation of this file.
1
class
ZombieMummyLight
extends
PointLightBase
2
{
3
void
ZombieMummyLight
()
4
{
5
SetVisibleDuringDaylight(
false
);
6
SetRadiusTo(2.1);
7
SetBrightnessTo(3.1);
8
SetCastShadow(
false
);
9
SetFadeOutTime(15);
10
SetDiffuseColor(0.6, 0.5, 0.1);
11
SetAmbientColor(0.6, 0.5, 0.1);
12
SetFlareVisible(
false
);
13
SetFlickerAmplitude(0.35);
14
SetFlickerSpeed(0.25);
15
SetDancingShadowsMovementSpeed(0.05);
16
SetDancingShadowsAmplitude(0.03);
17
}
18
};
PointLightBase
Definition
staticobj_roadblock_wood_small.c:28
PointLightBase::ZombieMummyLight
void ZombieMummyLight()
Definition
zombiemummylight.c:3
Games
Dayz
scripts
4_world
entities
scriptedlightbase
pointlightbase
zombiemummylight.c
Generated by
1.17.0