![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | LifespanLevel (int level, float threshold, string texture_name, string material_name) |
| int | GetLevel () |
| string | GetMaterialName () |
| string | GetTextureName () |
| float | GetThreshold () |
Protected Attributes | |
| int | m_Level |
| string | m_MaterialName |
| string | m_TextureName |
| float | m_Threshold |
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 |
Definition at line 17 of file lifespanlevel.c.
References m_Level.
Referenced by SetPlayerLifespanLevel().
|
inlineprotected |
Definition at line 32 of file lifespanlevel.c.
References m_MaterialName.
Referenced by GetCurrentHeadMaterial(), and SetPlayerLifespanLevel().
|
inlineprotected |
Definition at line 27 of file lifespanlevel.c.
References m_TextureName.
Referenced by GetCurrentHeadTexture(), and SetPlayerLifespanLevel().
|
inlineprotected |
Definition at line 22 of file lifespanlevel.c.
References m_Threshold.
Referenced by GetLifespanLevel(), and UpdateLifespanLevel().
|
protected |
Definition at line 3 of file lifespanlevel.c.
Referenced by LifespanLevel(), and GetLevel().
|
protected |
Definition at line 6 of file lifespanlevel.c.
Referenced by LifespanLevel(), and GetMaterialName().
|
protected |
Definition at line 5 of file lifespanlevel.c.
Referenced by LifespanLevel(), and GetTextureName().
|
protected |
Definition at line 4 of file lifespanlevel.c.
Referenced by LifespanLevel(), and GetThreshold().