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

◆ GetAgentDigestibilityEx()

float PluginBase::GetAgentDigestibilityEx ( int agent_id,
PlayerBase player )
inlineprotected

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

153 {
154 if (!m_AgentList.Get(agent_id))
155 return 0;
156
157 return m_AgentList.Get(agent_id).GetDigestibilityEx(player);
158 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:10

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