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

◆ ActivateCondition()

bool WoundInfectStage2Mdfr::ActivateCondition ( PlayerBase player)
inlineprotected

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

31 {
32 if(player.GetSingleAgentCount(eAgents.WOUND_AGENT) >= AGENT_THRESHOLD_ACTIVATE)
33 {
34 return true;
35 }
36 else
37 {
38 return false;
39 }
40 }
eAgents
Определения EAgents.c:3
static const int AGENT_THRESHOLD_ACTIVATE
Определения WoundInfection2.c:3

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