Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
anniversaryboxlight.c
Go to the documentation of this file.
1
class
AnniversaryBoxLight
extends
PointLightBase
2
{
3
void
AnniversaryBoxLight
()
4
{
5
SetVisibleDuringDaylight(
true
);
6
SetRadiusTo( 1 );
7
SetBrightnessTo( 3 );
8
SetCastShadow(
false
);
9
SetAmbientColor( 0.9, 0.85, 0.4 );
10
SetDiffuseColor( 0.9, 0.85, 0.4 );
11
}
12
}
PointLightBase
Definition
staticobj_roadblock_wood_small.c:28
PointLightBase::AnniversaryBoxLight
void AnniversaryBoxLight()
Definition
anniversaryboxlight.c:3
Games
Dayz
scripts
4_world
entities
scriptedlightbase
pointlightbase
anniversaryboxlight.c
Generated by
1.17.0