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

◆ GetAgentPotencyEx()

EStatLevels PluginBase::GetAgentPotencyEx ( int agent_id,
PlayerBase player )
inlineprotected

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

101 {
102 if( !m_AgentList.Get(agent_id) ) return true;
103 return m_AgentList.Get(agent_id).GetPotencyEx(player);
104 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:10

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