DayZ 1.26
DayZ Explorer by KGB
|
Перечисления | |
enum | eNotifiers { NTF_HEALTHY , NTF_BLEEDISH , NTF_HUNGRY , NTF_THIRSTY , NTF_STUFFED , NTF_SICK , NTF_WETNESS , NTF_WARMTH , NTF_FEVERISH , NTF_BLOOD , NTF_LIVES , NTF_STAMINA , NTF_PILLS , NTF_HEARTBEAT , NTF_FRACTURE , NTF_LEGS , NTF_COUNT } |
Функции | |
void | NotifiersManager (PlayerBase player) |
void | Init () |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) | |
void | RegisterItself (int notifier_id, NotifierBase modifier) |
PlayerBase | GetPlayer () |
VirtualHud | GetVirtualHud () |
NotifierBase | FindNotifier (int type) |
void | ActivateByType (int notifier, bool triggerEvent=true) |
void | DeactivateByType (int notifier, bool triggerEvent=true) |
void | OnScheduledTick () |
void | TickNotifiers () |
Переменные | |
enum eNotifiers | MAX_COUNT = 64 |
ref array< ref NotifierBase > | m_Notifiers |
ref NotifierBase | m_NotifiersStatic [MAX_COUNT] |
PlayerBase | m_Player |
ref VirtualHud | m_VirtualHud |
int | m_MinTickTime |
string | m_System = "Notifiers" |
Перекрестные ссылки FindNotifier() и NotifierBase::SetActive().
Перекрестные ссылки FindNotifier() и NotifierBase::SetActive().
NotifierBase FindNotifier | ( | int | type | ) |
Перекрестные ссылки m_NotifiersStatic.
Используется в ActivateByType() и DeactivateByType().
PlayerBase GetPlayer | ( | ) |
VirtualHud GetVirtualHud | ( | ) |
Перекрестные ссылки m_VirtualHud.
Используется в ManBase::OnBleedingSourceAdded(), ManBase::OnBleedingSourceRemoved() и ManBase::OnRPC().
void Init | ( | ) |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Перекрестные ссылки m_Notifiers.
void NotifiersManager | ( | PlayerBase | player | ) |
Перекрестные ссылки Init(), m_MinTickTime, m_Notifiers, m_Player и MIN_TICK_NOTIFIERS.
Используется в ManBase::Init().
void OnScheduledTick | ( | ) |
Перекрестные ссылки GetPlayer() и TickNotifiers().
Используется в ManBase::OnTick().
void RegisterItself | ( | int | notifier_id, |
NotifierBase | modifier ) |
Перекрестные ссылки Error(), m_NotifiersStatic и MAX_COUNT.
void TickNotifiers | ( | ) |
Перекрестные ссылки GetGame() и m_Notifiers.
Используется в OnScheduledTick().
int m_MinTickTime |
Используется в NotifiersManager().
ref array<ref NotifierBase> m_Notifiers |
ref NotifierBase m_NotifiersStatic[MAX_COUNT] |
Используется в FindNotifier() и RegisterItself().
PlayerBase m_Player |
string m_System = "Notifiers" |
ref VirtualHud m_VirtualHud |
enum eNotifiers MAX_COUNT = 64 |
Используется в RegisterItself().