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

◆ GetAgentAntiboticsResistance()

float PluginBase::GetAgentAntiboticsResistance ( int agent_id)
inlineprotected

Returns antibiotics resistance attribute for given agent see GetAgentAntiboticsResistanceEx()

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

205 {
206 if( !m_AgentList.Get(agent_id) )
207 return 0;
208 return m_AgentList.Get(agent_id).GetAntiboticsResistance();
209 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:15

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