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

◆ GrowDuringAntibioticsAttack()

bool PluginBase::GrowDuringAntibioticsAttack ( int agent_id,
PlayerBase player )
inlineprotected

DEPRECATED.

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

446 {
447 if (!m_AgentList.Get(agent_id))
448 return true;
449
450 return m_AgentList.Get(agent_id).GrowDuringMedicalDrugsAttack(EMedicalDrugsType.ANTIBIOTICS, player);
451 }
EMedicalDrugsType
Определения EMedicalDrugsType.c:2
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:10

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