DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
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 |
|
protected |
Перекрестные ссылки AGENT_THRESHOLD_ACTIVATE.
|
protected |
Перекрестные ссылки ActivateCondition().
Перекрестные ссылки AGENT_THRESHOLD_ACTIVATE и AGENT_THRESHOLD_DEACTIVATE.
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Перекрестные ссылки DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, m_AnalyticsStatsEnabled, m_ID, m_SyncID, m_TickIntervalActive, m_TickIntervalInactive и m_TrackActivatedTime.
|
protected |
is called when an inactive modifier gets activated during gameplay, is NOT called on activation upon player server connection(see OnReconnect)
Перекрестные ссылки m_NextEvent, PAIN_EVENT_INTERVAL_MAX, PAIN_EVENT_INTERVAL_MIN и Math::RandomFloatInclusive().
|
protected |
Используется в Deactivate().
|
protected |
Перекрестные ссылки m_NextEvent, m_Time, Math::Max(), PAIN_EVENT_INTERVAL_MAX, PAIN_EVENT_INTERVAL_MIN, CachedObjectsParams::PARAM1_FLOAT, Math::RandomFloatInclusive(), VOMIT_EVENT_INTERVAL_MAX и VOMIT_EVENT_INTERVAL_MIN.
WoundInfectionMdfr AGENT_THRESHOLD_ACTIVATE = 1 |
|
protected |
Используется в OnActivate() и OnTick().
|
protected |
Используется в OnActivate() и OnTick().
Используется в OnActivate() и OnTick().