DayZ
1.24
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
Definition
PlantMaterial.c:2
PlantMaterialHealth::m_HealthyMat
string m_HealthyMat
Definition
PlantMaterial.c:6
PlantMaterialHealth::m_InfestedMat
string m_InfestedMat
Definition
PlantMaterial.c:4
PlantMaterialHealth::m_HealthyTex
string m_HealthyTex
Definition
PlantMaterial.c:5
PlantMaterialHealth::m_InfestedTex
string m_InfestedTex
Definition
PlantMaterial.c:3
PlantMaterialHealth::PlantMaterialHealth
void PlantMaterialHealth()
Definition
PlantMaterial.c:8
scripts
4_World
Classes
Modules
PlantMaterial.c
Generated by
1.10.0