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

◆ PrintAgents()

void PlayerAgentPool::PrintAgents ( )
inlineprivate

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

425 {
426 if (m_VirusPool)
427 {
428 for (int i = 0; i < m_VirusPool.Count(); ++i)
429 {
430 Debug.Log("Agent: "+ m_VirusPool.GetKey(i).ToString(), "Agents");
431 Debug.Log("Count: "+ m_VirusPool.GetElement(i).ToString(), "Agents");
432 }
433 }
434 }
string Debug()
Определения CachedEquipmentStorageBase.c:29
ref map< int, float > m_VirusPool
Определения PlayerAgentPool.c:17

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