Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
offroad_02frontlight.c
Go to the documentation of this file.
1
class
Offroad_02FrontLight
extends
CarLightBase
2
{
3
void
Offroad_02FrontLight
()
4
{
5
m_SegregatedBrightness = 5;
6
m_SegregatedRadius = 75;
7
m_SegregatedAngle = 90;
8
m_SegregatedColorRGB =
Vector
(0.85, 0.85, 0.58);
9
10
m_AggregatedBrightness = 10;
11
m_AggregatedRadius = 100;
12
m_AggregatedAngle = 120;
13
m_AggregatedColorRGB =
Vector
(0.85, 0.85, 0.58);
14
15
FadeIn(0.1);
16
SetFadeOutTime(0.05);
17
18
SegregateLight();
19
}
20
};
CarLightBase
Definition
carrearlightbase.c:2
CarLightBase::Offroad_02FrontLight
void Offroad_02FrontLight()
Definition
offroad_02frontlight.c:3
Vector
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
Games
Dayz
scripts
4_world
entities
scriptedlightbase
spotlightbase
carlightbase
offroad_02frontlight.c
Generated by
1.17.0