Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
woundinfection.c File Reference

Go to the source code of this file.

Classes

class  WoundInfectionMdfr
 

Functions

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)
 

Variables

WoundInfectionMdfr AGENT_THRESHOLD_ACTIVATE = 1
 
float m_NextEvent
 
float m_Time
 

Function Documentation

◆ ActivateCondition()

bool ActivateCondition ( PlayerBase player)
protected

Definition at line 39 of file woundinfection.c.

◆ DeactivateCondition()

bool DeactivateCondition ( PlayerBase player)
protected

Definition at line 57 of file woundinfection.c.

◆ GetDebugText()

override string GetDebugText ( )
protected

Definition at line 34 of file woundinfection.c.

◆ Init()

override void Init ( )
protected

Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)

whole body slots

upper body part slots

bottom body part slots

lower body part slots


heat comfort related slots

Definition at line 24 of file woundinfection.c.

◆ OnActivate()

void OnActivate ( PlayerBase player)
protected

is called when an inactive modifier gets activated during gameplay, is NOT called on activation upon player server connection(see OnReconnect)

Definition at line 44 of file woundinfection.c.

◆ OnDeactivate()

void OnDeactivate ( PlayerBase player)
protected

Definition at line 52 of file woundinfection.c.

◆ OnTick()

void OnTick ( PlayerBase player,
float deltaT )
protected

Definition at line 62 of file woundinfection.c.

Variable Documentation

◆ AGENT_THRESHOLD_ACTIVATE

WoundInfectionMdfr AGENT_THRESHOLD_ACTIVATE = 1

◆ m_NextEvent

float m_NextEvent
protected

Definition at line 21 of file woundinfection.c.

◆ m_Time

float m_Time
protected

Definition at line 22 of file woundinfection.c.