| DayZ 1.24
    | 
| Private Member Functions | |
| override void | Init () | 
| override bool | ActivateCondition (PlayerBase player) | 
| override void | OnActivate (PlayerBase player) | 
| override bool | DeactivateCondition (PlayerBase player) | 
| override void | OnTick (PlayerBase player, float deltaT) | 
| Private Attributes | |
| const float | BURNING_TRESHOLD = 199 | 
| const float | HEALTH_DECREMENT_PER_SEC = -5 | 
| 
 | inlineprivate | 
Definition at line 13 of file Burning.c.
References BURNING_TRESHOLD.
| 
 | inlineprivate | 
Definition at line 28 of file Burning.c.
References BURNING_TRESHOLD.
Definition at line 6 of file Burning.c.
References DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
| 
 | inlineprivate | 
| 
 | inlineprivate | 
Definition at line 36 of file Burning.c.
References HEALTH_DECREMENT_PER_SEC.
Definition at line 3 of file Burning.c.
Referenced by ActivateCondition(), and DeactivateCondition().