Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
AreaExposureMdfr Class Reference
Inheritance diagram for AreaExposureMdfr:
ModifierBase

Protected Member Functions

override void Init ()
 
override bool ActivateCondition (PlayerBase player)
 
override void OnActivate (PlayerBase player)
 
override void OnDeactivate (PlayerBase player)
 
override bool DeactivateCondition (PlayerBase player)
 
override void OnTick (PlayerBase player, float deltaT)
 
void ApplyAgentsToBleedingSources (PlayerBase player, float deltaT)
 
void BleedingSourceCreateCheck (PlayerBase player)
 
float TransmitAgents (PlayerBase player, float count)
 

Protected Attributes

float m_NextEvent1
 
float m_Time1
 
const int EVENT_2_INTERVAL_MIN = 13
 
const int EVENT_2_INTERVAL_MAX = 18
 
const float AGENT_DOSE_PER_BS_SEC = 0.33
 
float m_NextEvent2
 
float m_Time2
 

Detailed Description

Definition at line 1 of file areaexposure.c.

Member Function Documentation

◆ ActivateCondition()

override bool AreaExposureMdfr::ActivateCondition ( PlayerBase player)
protected

Definition at line 34 of file areaexposure.c.

◆ ApplyAgentsToBleedingSources()

void AreaExposureMdfr::ApplyAgentsToBleedingSources ( PlayerBase player,
float deltaT )
protected

Definition at line 107 of file areaexposure.c.

◆ BleedingSourceCreateCheck()

void AreaExposureMdfr::BleedingSourceCreateCheck ( PlayerBase player)
protected

Definition at line 116 of file areaexposure.c.

◆ DeactivateCondition()

override bool AreaExposureMdfr::DeactivateCondition ( PlayerBase player)
protected

Definition at line 60 of file areaexposure.c.

◆ Init()

override void AreaExposureMdfr::Init ( )
protected

Definition at line 21 of file areaexposure.c.

◆ OnActivate()

override void AreaExposureMdfr::OnActivate ( PlayerBase player)
protected

Definition at line 39 of file areaexposure.c.

◆ OnDeactivate()

override void AreaExposureMdfr::OnDeactivate ( PlayerBase player)
protected

Definition at line 56 of file areaexposure.c.

◆ OnTick()

override void AreaExposureMdfr::OnTick ( PlayerBase player,
float deltaT )
protected

Definition at line 65 of file areaexposure.c.

◆ TransmitAgents()

float AreaExposureMdfr::TransmitAgents ( PlayerBase player,
float count )
protected

Definition at line 141 of file areaexposure.c.

Member Data Documentation

◆ AGENT_DOSE_PER_BS_SEC

const float AreaExposureMdfr::AGENT_DOSE_PER_BS_SEC = 0.33
protected

Definition at line 14 of file areaexposure.c.

◆ EVENT_2_INTERVAL_MAX

const int AreaExposureMdfr::EVENT_2_INTERVAL_MAX = 18
protected

Definition at line 11 of file areaexposure.c.

◆ EVENT_2_INTERVAL_MIN

const int AreaExposureMdfr::EVENT_2_INTERVAL_MIN = 13
protected

Definition at line 10 of file areaexposure.c.

◆ m_NextEvent1

float AreaExposureMdfr::m_NextEvent1
protected

Definition at line 7 of file areaexposure.c.

◆ m_NextEvent2

float AreaExposureMdfr::m_NextEvent2
protected

Definition at line 16 of file areaexposure.c.

◆ m_Time1

float AreaExposureMdfr::m_Time1
protected

Definition at line 8 of file areaexposure.c.

◆ m_Time2

float AreaExposureMdfr::m_Time2
protected

Definition at line 17 of file areaexposure.c.


The documentation for this class was generated from the following file: