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

◆ FilterAgents()

override int FilteringBottle::FilterAgents ( int agentsIn)
inlineprivate

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

62 {
63 int agentsOut = agentsIn & (~eAgents.HEAVYMETAL) & (~eAgents.CHOLERA);
64
65 return agentsOut;
66 }
eAgents
Определения EAgents.c:3