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

Private Member Functions

void SMDataBase ()
 
void Init ()
 Used to set values for the type.
 
int GetType ()
 
bool IsInUse ()
 
void SetInUse (bool val)
 

Private Attributes

bool m_InUse = false
 
int m_Type
 

Detailed Description

Definition at line 2 of file StaminaModifierData.c.

Constructor & Destructor Documentation

◆ SMDataBase()

void SMDataBase::SMDataBase ( )
inlineprivate

Definition at line 7 of file StaminaModifierData.c.

8 {
9 Init();
10 }
void Init()
Used to set values for the type.

References Init().

Member Function Documentation

◆ GetType()

int SMDataBase::GetType ( )
inlineprivate

Definition at line 15 of file StaminaModifierData.c.

15{ return m_Type; }

References m_Type.

◆ Init()

void SMDataBase::Init ( )
private

Used to set values for the type.

Referenced by SMDataBase().

◆ IsInUse()

bool SMDataBase::IsInUse ( )
inlineprivate

Definition at line 17 of file StaminaModifierData.c.

17{ return m_InUse; }

References m_InUse.

◆ SetInUse()

void SMDataBase::SetInUse ( bool val)
inlineprivate

Definition at line 18 of file StaminaModifierData.c.

18{ m_InUse = val; }

References m_InUse.

Member Data Documentation

◆ m_InUse

bool SMDataBase::m_InUse = false
private

Definition at line 4 of file StaminaModifierData.c.

Referenced by IsInUse(), and SetInUse().

◆ m_Type

int SMDataBase::m_Type
private

Definition at line 5 of file StaminaModifierData.c.

Referenced by GetType().


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