DayZ 1.24
|
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 |
Definition at line 2 of file StaminaModifierData.c.
|
inlineprivate |
Definition at line 7 of file StaminaModifierData.c.
References Init().
|
inlineprivate |
|
private |
Used to set values for the type.
Referenced by SMDataBase().
|
inlineprivate |
Definition at line 4 of file StaminaModifierData.c.
Referenced by IsInUse(), and SetInUse().
|
private |
Definition at line 5 of file StaminaModifierData.c.
Referenced by GetType().