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

◆ PrintAgents()

void PlayerAgentPool::PrintAgents ( )
inlineprotected

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

34 {
35 if (m_VirusPool)
36 {
37 for (int i = 0; i < m_VirusPool.Count(); ++i)
38 {
39 Debug.Log("Agent: "+ m_VirusPool.GetKey(i).ToString(), "Agents");
40 Debug.Log("Count: "+ m_VirusPool.GetElement(i).ToString(), "Agents");
41 }
42 }
43 }
void Debug()
Определения UniversalTemperatureSource.c:349
ref map< int, float > m_VirusPool
Определения PlayerAgentPool.c:10

Перекрестные ссылки Debug::Log() и m_VirusPool.