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

◆ GetAgentDigestibility()

float PluginBase::GetAgentDigestibility ( int agent_id)
inlineprotected

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

161 {
162 if( !m_AgentList.Get(agent_id) )
163 return 0;
164 return m_AgentList.Get(agent_id).GetDigestibility();
165 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:10

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