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

Private Member Functions

void SMDataBase ()
int GetType ()
void Init ()
 Used to set values for the type.
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 ( )
inlineprivate

Definition at line 7 of file staminamodifierdata.c.

References Init().

Member Function Documentation

◆ GetType()

int GetType ( )
inlineprivate

Definition at line 15 of file staminamodifierdata.c.

References m_Type.

◆ Init()

void Init ( )
private

Used to set values for the type.

Referenced by SMDataBase().

◆ IsInUse()

bool IsInUse ( )
inlineprivate

Definition at line 17 of file staminamodifierdata.c.

References m_InUse.

◆ SetInUse()

void SetInUse ( bool val)
inlineprivate

Definition at line 18 of file staminamodifierdata.c.

References m_InUse.

Field Documentation

◆ m_InUse

bool m_InUse = false
private

Definition at line 4 of file staminamodifierdata.c.

Referenced by IsInUse(), and SetInUse().

◆ m_Type

int 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: