Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
spotlightlight.c
Go to the documentation of this file.
1
class
SpotlightLight
extends
SpotLightBase
2
{
3
void
SpotlightLight
()
4
{
5
SetVisibleDuringDaylight(
true
);
6
SetRadiusTo(60);
7
SetSpotLightAngle(140);
8
SetCastShadow(
true
);
9
SetBrightnessTo(20.0);
10
SetFadeOutTime(0.3);
11
FadeIn(0.2);
12
SetAmbientColor(0.8, 0.9, 1.0);
13
SetDiffuseColor(0.8, 0.9, 1.0);
14
}
15
}
SpotLightBase
Definition
carlightbase.c:2
SpotLightBase::SpotlightLight
void SpotlightLight()
Definition
spotlightlight.c:3
Games
Dayz
scripts
4_world
entities
scriptedlightbase
spotlightbase
spotlightlight.c
Generated by
1.17.0