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

◆ GetAgentInvasibility()

float PluginBase::GetAgentInvasibility ( int agent_id)
inlineprotected

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

146 {
147 if( !m_AgentList.Get(agent_id) )
148 return 0;
149 return m_AgentList.Get(agent_id).GetInvasibility();
150 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:10

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