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

◆ Init()

void Init ( )

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

См. определение в файле NotifiersManager.c строка 46

47 {
48 m_Notifiers.Insert(new HungerNotfr(this));
49 m_Notifiers.Insert(new ThirstNotfr(this));
50 m_Notifiers.Insert(new WarmthNotfr(this));
51 m_Notifiers.Insert(new WetnessNotfr(this));
52 m_Notifiers.Insert(new HealthNotfr(this));
53 m_Notifiers.Insert(new FeverNotfr(this));
54 m_Notifiers.Insert(new SickNotfr(this));
55 m_Notifiers.Insert(new StuffedNotfr(this));
56 m_Notifiers.Insert(new BloodNotfr(this));
57 m_Notifiers.Insert(new PillsNotfr(this));
58 m_Notifiers.Insert(new HeartbeatNotfr(this));
59 m_Notifiers.Insert(new FracturedLegNotfr(this));
60 m_Notifiers.Insert(new InjuredLegNotfr(this));
61
62 }
ref array< ref NotifierBase > m_Notifiers
Определения NotifiersManager.c:29
Определения BloodNotfr.c:2
Определения FeverNotfr.c:2
Определения HealthNotfr.c:2
Определения HeartbeatNotfr.c:2
Определения HungerNotfr.c:2
Определения InjuredLegNotfr.c:2
Определения PillsNotfr.c:2
Определения SickNotfr.c:2
Определения StuffedNotfr.c:2
Определения ThirstNotfr.c:2
Определения WarmthNotfr.c:2
Определения WetnessNotfr.c:2

Перекрестные ссылки m_Notifiers.