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

◆ GetAgentDigestibility()

float PluginBase::GetAgentDigestibility ( int agent_id)
inlineprotected

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

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

247 {
248 if( !m_AgentList.Get(agent_id) )
249 return 0;
250 return m_AgentList.Get(agent_id).GetDigestibility();
251 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:15

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