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
plantmaterial.c
Go to the documentation of this file.
1
class
PlantMaterialHealth
2
{
3
string
m_InfestedTex;
4
string
m_InfestedMat;
5
string
m_HealthyTex;
6
string
m_HealthyMat;
7
8
void
PlantMaterialHealth
()
9
{
10
m_InfestedTex =
""
;
11
m_InfestedMat =
""
;
12
m_HealthyTex =
""
;
13
m_HealthyMat =
""
;
14
}
15
}
PlantMaterialHealth
Definition:
plantmaterial.c:1
DAYZ
scripts_v1.24.157551
scripts
world
classes
modules
plantmaterial.c
Generated by
1.8.17