DayZ 1.24
Loading...
Searching...
No Matches
LifespanLevel Class Reference
Collaboration diagram for LifespanLevel:
[legend]

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
 

Detailed Description

Definition at line 1 of file LifespanLevel.c.

Constructor & Destructor Documentation

◆ LifespanLevel()

void LifespanLevel::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 LifespanLevel::GetLevel ( )
inlineprotected

Definition at line 17 of file LifespanLevel.c.

18 {
19 return m_Level;
20 }

References m_Level.

◆ GetMaterialName()

string LifespanLevel::GetMaterialName ( )
inlineprotected

Definition at line 32 of file LifespanLevel.c.

33 {
34 return m_MaterialName;
35 }

References m_MaterialName.

◆ GetTextureName()

string LifespanLevel::GetTextureName ( )
inlineprotected

Definition at line 27 of file LifespanLevel.c.

28 {
29 return m_TextureName;
30 }

References m_TextureName.

◆ GetThreshold()

float LifespanLevel::GetThreshold ( )
inlineprotected

Definition at line 22 of file LifespanLevel.c.

23 {
24 return m_Threshold;
25 }

References m_Threshold.

Member Data Documentation

◆ m_Level

int LifespanLevel::m_Level
protected

Definition at line 3 of file LifespanLevel.c.

Referenced by GetLevel(), and LifespanLevel().

◆ m_MaterialName

string LifespanLevel::m_MaterialName
protected

Definition at line 6 of file LifespanLevel.c.

Referenced by GetMaterialName(), and LifespanLevel().

◆ m_TextureName

string LifespanLevel::m_TextureName
protected

Definition at line 5 of file LifespanLevel.c.

Referenced by GetTextureName(), and LifespanLevel().

◆ m_Threshold

float LifespanLevel::m_Threshold
protected

Definition at line 4 of file LifespanLevel.c.

Referenced by GetThreshold(), and LifespanLevel().


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