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

◆ GetAgentAntiboticsResistance()

float PluginBase::GetAgentAntiboticsResistance ( int agent_id)
inlineprotected

Returns antibiotics resistance attribute for given agent see GetAgentAntiboticsResistanceEx()

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

192 {
193 if( !m_AgentList.Get(agent_id) ) return 0;
194 return m_AgentList.Get(agent_id).GetAntiboticsResistance();
195 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:15

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