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

◆ AutoactivateSymptoms()

void SymptomManager::AutoactivateSymptoms ( )
inlineprivate

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

102 {
103 if ( g_Game.IsClient() )
104 {
105 return;
106 }
107
108 QueueUpSecondarySymptom(SymptomIDs.SYMPTOM_BLOODLOSS);
109 }
DayZGame g_Game
Определения DayZGame.c:3942
void QueueUpSecondarySymptom(int symptom_id, int uid=-1)
Определения StateManager.c:508

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

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