![]() |
Dayz Explorer 1.28.160049
|
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 |
|
protected |
Definition at line 39 of file woundinfection.c.
|
protected |
Definition at line 57 of file woundinfection.c.
|
protected |
Definition at line 34 of file woundinfection.c.
|
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.
|
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.
|
protected |
Definition at line 52 of file woundinfection.c.
|
protected |
Definition at line 62 of file woundinfection.c.
| WoundInfectionMdfr AGENT_THRESHOLD_ACTIVATE = 1 |
|
protected |
Definition at line 21 of file woundinfection.c.
|
protected |
Definition at line 22 of file woundinfection.c.