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

◆ GetPotency()

EStatLevels PluginBase::GetPotency ( int agent_id)
inlineprotected

Returns potency attribute for given agent (see GetAgentPotencyEx())

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

158 {
159 if( !m_AgentList.Get(agent_id) )
160 return 0;
161 return m_AgentList.Get(agent_id).GetPotency();
162 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:15

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