DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Файл WoundInfection.c

См. исходные тексты.

Структуры данных

class  WoundInfectionMdfr
 

Функции

override void Init ()
 Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
 
override string GetDebugText ()
 
bool ActivateCondition (PlayerBase player)
 
void OnActivate (PlayerBase player)
 is called when an inactive modifier gets activated during gameplay, is NOT called on activation upon player server connection(see OnReconnect)
 
void OnDeactivate (PlayerBase player)
 
bool DeactivateCondition (PlayerBase player)
 
void OnTick (PlayerBase player, float deltaT)
 

Переменные

WoundInfectionMdfr AGENT_THRESHOLD_ACTIVATE = 1
 
static const int AGENT_THRESHOLD_DEACTIVATE = 250
 
static const int AGENT_THRESHOLD_FEVER = 250
 
static const int PAIN_EVENT_INTERVAL_MIN = 18
 
static const int PAIN_EVENT_INTERVAL_MAX = 26
 
float m_NextEvent
 
float m_Time