![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 |
Definition at line 2 of file staminamodifierdata.c.
|
inlineprivate |
Definition at line 7 of file staminamodifierdata.c.
References Init().
|
inlineprivate |
Definition at line 15 of file staminamodifierdata.c.
References m_Type.
|
private |
Used to set values for the type.
Referenced by SMDataBase().
|
inlineprivate |
Definition at line 17 of file staminamodifierdata.c.
References m_InUse.
|
inlineprivate |
Definition at line 18 of file staminamodifierdata.c.
References m_InUse.
|
private |
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().