![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | InjuryHandlerThresholds |
| class | InjuryAnimValues |
Enumerations | |
| enum | eInjuryHandlerLevels { PRISTINE , WORN , DAMAGED , BADLY_DAMAGED , RUINED } |
Variables | |
| enum eInjuryHandlerLevels | NONE = 0 |
| MUST BE POW2. | |
| enum eInjuryHandlerLevels | MORPHINE = 1 |
| enum eInjuryHandlerLevels | PAIN_KILLERS_LVL0 = 2 |
| enum eInjuryHandlerLevels | PAIN_KILLERS_LVL1 = 4 |
| enum eInjuryHandlerLevels | BROKEN_LEGS = 8 |
| enum eInjuryHandlerLevels | BROKEN_LEGS_SPLINT = 16 |
| enum eInjuryHandlerLevels | PRONE_ANIM_OVERRIDE = 32 |
| enum eInjuryHandlerLevels | VALUE_CHECK_INTERVAL = 5 |
| const float | SENSITIVTY_PERCENTAGE = 1 |
| ref ScriptInvoker | m_ChangedStateInvoker = new ScriptInvoker() |
| float | m_TimeSinceLastTick = VALUE_CHECK_INTERVAL + 1 |
| float | m_LastUpdate |
| eInjuryHandlerLevels | m_LastHealthUpdate |
| float | m_HealthMaxValue |
| enum eInjuryHandlerLevels |
| Enumerator | |
|---|---|
| PRISTINE | |
| WORN | |
| DAMAGED | |
| BADLY_DAMAGED | |
| RUINED | |
Definition at line 18 of file injuryhandler.c.
| enum eInjuryHandlerLevels BROKEN_LEGS = 8 |
| enum eInjuryHandlerLevels BROKEN_LEGS_SPLINT = 16 |
| ref ScriptInvoker m_ChangedStateInvoker = new ScriptInvoker() |
Definition at line 45 of file injuryhandler.c.
| float m_HealthMaxValue |
Definition at line 50 of file injuryhandler.c.
| eInjuryHandlerLevels m_LastHealthUpdate |
Definition at line 49 of file injuryhandler.c.
| float m_LastUpdate |
Definition at line 48 of file injuryhandler.c.
| float m_TimeSinceLastTick = VALUE_CHECK_INTERVAL + 1 |
Definition at line 47 of file injuryhandler.c.
| enum eInjuryHandlerLevels MORPHINE = 1 |
| enum eInjuryHandlerLevels NONE = 0 |
MUST BE POW2.
| enum eInjuryHandlerLevels PAIN_KILLERS_LVL0 = 2 |
| enum eInjuryHandlerLevels PAIN_KILLERS_LVL1 = 4 |
| enum eInjuryHandlerLevels PRONE_ANIM_OVERRIDE = 32 |
| const float SENSITIVTY_PERCENTAGE = 1 |
Definition at line 43 of file injuryhandler.c.
| enum eInjuryHandlerLevels VALUE_CHECK_INTERVAL = 5 |