Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
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::m_InfestedMat
string m_InfestedMat
Definition
plantmaterial.c:4
PlantMaterialHealth::PlantMaterialHealth
void PlantMaterialHealth()
Definition
plantmaterial.c:8
PlantMaterialHealth::m_HealthyMat
string m_HealthyMat
Definition
plantmaterial.c:6
PlantMaterialHealth::m_InfestedTex
string m_InfestedTex
Definition
plantmaterial.c:3
PlantMaterialHealth::m_HealthyTex
string m_HealthyTex
Definition
plantmaterial.c:5
Games
Dayz
scripts
4_world
classes
modules
plantmaterial.c
Generated by
1.17.0