Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
LifespanLevel Class Reference

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

Detailed Description

Definition at line 1 of file lifespanlevel.c.

Constructor & Destructor Documentation

◆ LifespanLevel()

void LifespanLevel ( int level,
float threshold,
string texture_name,
string material_name )
inlineprotected

Definition at line 9 of file lifespanlevel.c.

References m_Level, m_MaterialName, m_TextureName, and m_Threshold.

Member Function Documentation

◆ GetLevel()

int GetLevel ( )
inlineprotected

Definition at line 17 of file lifespanlevel.c.

References m_Level.

Referenced by SetPlayerLifespanLevel().

◆ GetMaterialName()

string GetMaterialName ( )
inlineprotected

Definition at line 32 of file lifespanlevel.c.

References m_MaterialName.

Referenced by GetCurrentHeadMaterial(), and SetPlayerLifespanLevel().

◆ GetTextureName()

string GetTextureName ( )
inlineprotected

Definition at line 27 of file lifespanlevel.c.

References m_TextureName.

Referenced by GetCurrentHeadTexture(), and SetPlayerLifespanLevel().

◆ GetThreshold()

float GetThreshold ( )
inlineprotected

Definition at line 22 of file lifespanlevel.c.

References m_Threshold.

Referenced by GetLifespanLevel(), and UpdateLifespanLevel().

Field Documentation

◆ m_Level

int m_Level
protected

Definition at line 3 of file lifespanlevel.c.

Referenced by LifespanLevel(), and GetLevel().

◆ m_MaterialName

string m_MaterialName
protected

Definition at line 6 of file lifespanlevel.c.

Referenced by LifespanLevel(), and GetMaterialName().

◆ m_TextureName

string m_TextureName
protected

Definition at line 5 of file lifespanlevel.c.

Referenced by LifespanLevel(), and GetTextureName().

◆ m_Threshold

float m_Threshold
protected

Definition at line 4 of file lifespanlevel.c.

Referenced by LifespanLevel(), and GetThreshold().


The documentation for this class was generated from the following file: