DayZ 1.24
|
Private Member Functions | |
void | BloodyHands (string normal_material, string bloody_material) |
string | GetMaterial (int material_type) |
void | SetMaterial (int material_type, string material) |
Private Attributes | |
string | m_Materials [2] |
const int | MATERIAL_TYPE_NORMAL = 0 |
const int | MATERIAL_TYPE_BLOODY = 1 |
Definition at line 1 of file BloodyHands.c.
Definition at line 8 of file BloodyHands.c.
References m_Materials, MATERIAL_TYPE_BLOODY, and MATERIAL_TYPE_NORMAL.
Definition at line 14 of file BloodyHands.c.
References m_Materials.
Definition at line 19 of file BloodyHands.c.
References m_Materials.
|
private |
Definition at line 3 of file BloodyHands.c.
Referenced by BloodyHands(), GetMaterial(), and SetMaterial().
Definition at line 6 of file BloodyHands.c.
Referenced by BloodyHands(), SetBloodyHands(), and SetBloodyHandsEx().
Definition at line 5 of file BloodyHands.c.
Referenced by BloodyHands(), SetBloodyHands(), and SetBloodyHandsEx().