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

◆ Init()

void SymptomManager::Init ( )
inlineprivate

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

76 {
77 RegisterSymptom(new CoughSymptom);
78 RegisterSymptom(new VomitSymptom);
79 RegisterSymptom(new BlindnessSymptom);
80 RegisterSymptom(new SneezeSymptom);
81 RegisterSymptom(new FeverBlurSymptom);
82 RegisterSymptom(new BloodLoss);
83 RegisterSymptom(new LaughterSymptom);
84 RegisterSymptom(new FreezeSymptom);
85 RegisterSymptom(new FreezeRattleSymptom);
86 RegisterSymptom(new HotSymptom);
87 RegisterSymptom(new PainLightSymptom);
88 RegisterSymptom(new PainHeavySymptom);
89 RegisterSymptom(new HandShiversSymptom);
90 RegisterSymptom(new DeafnessCompleteSymptom);
91 RegisterSymptom(new HMP3Symptom);
92 RegisterSymptom(new GaspSymptom);
93 }
void RegisterSymptom(SymptomBase Symptom)
Определения StateManager.c:148

Перекрестные ссылки RegisterSymptom().

Используется в SymptomManager().