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

◆ GetPotency()

EStatLevels PluginBase::GetPotency ( int agent_id)
inlineprotected

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

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

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

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