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

◆ GrowDuringAntibioticsAttack()

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

DEPRECATED.

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

589 {
590 if (!m_AgentList.Get(agent_id))
591 return true;
592
593 return m_AgentList.Get(agent_id).GrowDuringMedicalDrugsAttack(EMedicalDrugsType.ANTIBIOTICS, player);
594 }
EMedicalDrugsType
Определения EMedicalDrugsType.c:2
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:15

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