DayZ 1.24
|
Protected Member Functions | |
void | LifespanLevel (int level, float threshold, string texture_name, string material_name) |
int | GetLevel () |
float | GetThreshold () |
string | GetTextureName () |
string | GetMaterialName () |
Protected Attributes | |
int | m_Level |
float | m_Threshold |
string | m_TextureName |
string | m_MaterialName |
Definition at line 1 of file LifespanLevel.c.
|
inlineprotected |
Definition at line 9 of file LifespanLevel.c.
References m_Level, m_MaterialName, m_TextureName, and m_Threshold.
|
inlineprotected |
|
inlineprotected |
Definition at line 32 of file LifespanLevel.c.
References m_MaterialName.
|
inlineprotected |
Definition at line 27 of file LifespanLevel.c.
References m_TextureName.
|
inlineprotected |
Definition at line 22 of file LifespanLevel.c.
References m_Threshold.
|
protected |
Definition at line 3 of file LifespanLevel.c.
Referenced by GetLevel(), and LifespanLevel().
|
protected |
Definition at line 6 of file LifespanLevel.c.
Referenced by GetMaterialName(), and LifespanLevel().
|
protected |
Definition at line 5 of file LifespanLevel.c.
Referenced by GetTextureName(), and LifespanLevel().
|
protected |
Definition at line 4 of file LifespanLevel.c.
Referenced by GetThreshold(), and LifespanLevel().