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

◆ ConstructSimpleAgentList()

void PluginBase::ConstructSimpleAgentList ( )
inlineprivate

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

34 {
35 string agent_name;
36 int agent_type;
37
38 for(int i = 0; i < m_AgentList.Count();i++)
39 {
40 AgentBase agent = m_AgentList.GetElement(i);
41 agent_name = agent.GetName();
42 agent_type = agent.GetAgentType();
43 m_SimpleAgentList.Insert(agent_type, agent_name);
44 }
45 }
int GetAgentType()
Определения AgentBase.c:24
string GetName()
Определения AgentBase.c:132
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:10
ref map< int, string > m_SimpleAgentList
Определения PluginTransmissionAgents.c:11

Перекрестные ссылки AgentBase::GetAgentType(), AgentBase::GetName(), m_AgentList и m_SimpleAgentList.

Используется в GetSimpleAgentList().