![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| override bool | ActivateCondition (PlayerBase player) |
| override bool | DeactivateCondition (PlayerBase player) |
| override void | Init () |
| override void | OnActivate (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 32 of file burning.c.
References BURNING_TRESHOLD.
|
inlineprivate |
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 44 of file burning.c.
References HEALTH_DECREMENT_PER_SEC.
|
private |
Definition at line 3 of file burning.c.
Referenced by ActivateCondition(), and DeactivateCondition().
|
private |