![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| override bool | ActivateCondition (PlayerBase player) |
| override bool | DeactivateCondition (PlayerBase player) |
| int | GetHeatBufferStage () |
| override void | Init () |
| override void | OnActivate (PlayerBase player) |
| override void | OnDeactivate (PlayerBase player) |
| override void | Tick (float delta_time) |
Protected Attributes | |
| const float | HEATBUFFER_HIDE = 20.0 |
| const float | HEATBUFFER_SHOW = 25.0 |
| DEPRECATED. | |
| int | m_Stage |
| int | m_StageLast |
| float | m_Value |
Private Attributes | |
| const int | NUMBER_OF_STAGES = 4 |
| const float | STAGE_THRESHOLDS [NUMBER_OF_STAGES] = {0.0, 0.60, 0.85, 1.0} |
Definition at line 1 of file heatbuffer.c.
|
inlineprotected |
Definition at line 20 of file heatbuffer.c.
References m_Value, PlayerStat(), and STAGE_THRESHOLDS.
|
inlineprotected |
Definition at line 27 of file heatbuffer.c.
References m_Value, PlayerStat(), and STAGE_THRESHOLDS.
|
inlineprotected |
Definition at line 61 of file heatbuffer.c.
References m_Value, and STAGE_THRESHOLDS.
Referenced by OnActivate(), OnDeactivate(), and Tick().
|
inlineprotected |
Definition at line 11 of file heatbuffer.c.
References DEFAULT_TICK_TIME_ACTIVE, m_AnalyticsStatsEnabled, m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprotected |
Definition at line 34 of file heatbuffer.c.
References GetHeatBufferStage().
|
inlineprotected |
Definition at line 39 of file heatbuffer.c.
References GetHeatBufferStage().
|
inlineprotected |
Definition at line 47 of file heatbuffer.c.
References GetHeatBufferStage(), m_Stage, m_StageLast, and m_Value.
|
protected |
Definition at line 75 of file heatbuffer.c.
|
protected |
DEPRECATED.
Definition at line 74 of file heatbuffer.c.
|
protected |
Definition at line 6 of file heatbuffer.c.
Referenced by Tick().
|
protected |
Definition at line 7 of file heatbuffer.c.
Referenced by Tick().
|
protected |
Definition at line 9 of file heatbuffer.c.
Referenced by ActivateCondition(), DeactivateCondition(), GetHeatBufferStage(), and Tick().
|
private |
Definition at line 3 of file heatbuffer.c.
Referenced by ManBase::Init(), and IngameHudHeatBuffer::Update().
|
private |
Definition at line 4 of file heatbuffer.c.
Referenced by ActivateCondition(), DeactivateCondition(), GetHeatBufferStage(), ProcessHeatBuffer(), and IngameHudHeatBuffer::Update().