Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
sedan_02frontlight.c
Go to the documentation of this file.
1
class
Sedan_02FrontLight
extends
CarLightBase
2
{
3
void
Sedan_02FrontLight()
4
{
5
m_SegregatedBrightness = 4;
6
m_SegregatedRadius = 75;
7
m_SegregatedAngle = 90;
8
m_SegregatedColorRGB =
Vector
(0.95, 0.95, 0.78);
9
10
m_AggregatedBrightness = 8;
11
m_AggregatedRadius = 100;
12
m_AggregatedAngle = 120;
13
m_AggregatedColorRGB =
Vector
(0.95, 0.95, 0.78);
14
15
FadeIn(0.1);
16
SetFadeOutTime(0.05);
17
18
SegregateLight();
19
}
20
}
CarLightBase
Definition:
carrearlightbase.c:1
Vector
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
DAYZ
scripts_v1.24.157551
scripts
world
entities
scriptedlightbase
spotlightbase
carlightbase
sedan_02frontlight.c
Generated by
1.8.17