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

◆ GetAgentDigestibility()

float PluginBase::GetAgentDigestibility ( int agent_id)
inlineprotected

Returns stomach digetibility attribute for given agent (see GetAgentDigestibilityEx())

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

264 {
265 if( !m_AgentList.Get(agent_id) )
266 return 0;
267 return m_AgentList.Get(agent_id).GetDigestibility();
268 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:15

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