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

◆ GetAgentSpecificDrugResistance()

int PluginBase::GetAgentSpecificDrugResistance ( int agent_id,
EMedicalDrugsType drugType,
PlayerBase player )
inlineprotected

Returns the resistance to the specific drug

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

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

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